datafusion-sqlparse/tests
Audun Skaugen 6d6eb4bc9b
Support json operators @> <@ #- @? and @@
postgres supports a bunch more json operators. See
https://www.postgresql.org/docs/15/functions-json.html

Skipping operators starting with a question mark for now, since those
are hard to distinguish from placeholders without more context.
2022-12-14 14:54:56 -05:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
test_utils Support NestedJoin with an alias (#551) 2022-08-03 19:41:15 -04:00
sqlparser_bigquery.rs fix: unnest join constraint with alias parsing for BigQuery dialect (#732) 2022-12-13 16:44:45 -05:00
sqlparser_clickhouse.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_common.rs Generalize locking clause (#759) 2022-12-13 17:19:07 -05:00
sqlparser_custom_dialect.rs Add ability for dialects to override prefix, infix, and statement parsing (#581) 2022-08-19 05:44:14 -06:00
sqlparser_hive.rs support create function definition with $$ (#755) 2022-12-13 17:15:33 -05:00
sqlparser_mssql.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_mysql.rs Generalize locking clause (#759) 2022-12-13 17:19:07 -05:00
sqlparser_postgres.rs Support json operators @> <@ #- @? and @@ 2022-12-14 14:54:56 -05:00
sqlparser_redshift.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Support the type key (#750) 2022-12-06 16:07:53 -05:00
sqlparser_sqlite.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00