datafusion-sqlparse/tests
Max Countryman a9e6f77d62 provide ILIKE support
This introduces support for ILIKE and NOT ILIKE. ILIKE is the
case-insensitive variant of LIKE. Systems such as Postgres, Redshift,
and Snowflake provide this variant.[1][2][3]

[1] https://www.postgresql.org/docs/7.3/functions-matching.html
[2] https://docs.aws.amazon.com/redshift/latest/dg/r_patternmatching_condition_like.html
[3] https://docs.snowflake.com/en/sql-reference/functions/ilike.html
2021-03-22 07:31:42 -07:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
test_utils Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00
sqlparser_common.rs provide ILIKE support 2021-03-22 07:31:42 -07:00
sqlparser_hive.rs Implement Hive QL Parsing (#235) 2021-02-04 12:53:20 -07:00
sqlparser_mssql.rs Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00
sqlparser_mysql.rs Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00
sqlparser_postgres.rs Support parsing multiple show variables. (#290) 2021-02-09 21:03:49 +01:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs [snowflake] Support specifying an alias after FROM (table_factor) 2020-10-13 09:51:02 +03:00
sqlparser_sqlite.rs Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00