datafusion-sqlparse/tests
sam bbf32a9e81
Support create sequence with options INCREMENT, MINVALUE, MAXVALUE, START etc. (#681)
* Creat sequence options model

[ INCREMENT [ BY ] increment ]
    [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]
    [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]
    [ OWNED BY { table_name.column_name | NONE } ]

* Fix for format! not avalable in --target thumbv6m-none-eabi

* Fix for format! not avalable in --target thumbv6m-none-eabi

* Fix for format! not avalable in --target thumbv6m-none-eabi

* Fix for format! not avalable in --target thumbv6m-none-eabi

* Updated parser for sequence options

* Updated parser for sequence options

* Update src/ast/mod.rs

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2022-11-03 09:16:43 -04: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 feat: Support trailing commas (#557) 2022-08-11 06:54:04 -04:00
sqlparser_clickhouse.rs Support PostgreSQL array subquery constructor (#566) 2022-08-12 14:08:56 -04:00
sqlparser_common.rs feature!: added NUMERIC and DEC ANSI data types, and now the DECIMAL (#695) 2022-10-31 15:22:34 -04: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 feature!: added NUMERIC and DEC ANSI data types, and now the DECIMAL (#695) 2022-10-31 15:22:34 -04:00
sqlparser_mssql.rs Support CREATE ROLE and DROP ROLE (#598) 2022-09-27 09:58:36 -04:00
sqlparser_mysql.rs Support ALTER TABLE DROP PRIMARY KEY (#682) 2022-11-02 10:15:33 -04:00
sqlparser_postgres.rs Support create sequence with options INCREMENT, MINVALUE, MAXVALUE, START etc. (#681) 2022-11-03 09:16:43 -04:00
sqlparser_redshift.rs Distinguish between tables and nullary functions in FROM (#506) 2022-05-25 16:01:13 -04:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Snowflake: Support semi-structured data (#693) 2022-11-02 12:05:35 -04:00
sqlparser_sqlite.rs Fix parse error on some prepared statement placeholders (#604) 2022-09-27 09:58:26 -04:00