datafusion-sqlparse/tests
Michael Victor Zink 28d2183ff3 MySQL: Allow optional SIGNED suffix on integer data types
In MySQL, a data type like `INT(20) SIGNED` is equivalent to `INT(20)`.
In other dialects, this may be interpreted differently; e.g. in
Postgres, `SELECT 1::integer signed` indicates an alias of "signed". So
we parse the optional `SIGNED` suffix only on dialects that allow it (I
currently don't know of any other than MySQL).
2025-07-31 08:21:23 -07:00
..
queries/tpch Add Apache License to additional files (#1502) 2024-11-06 16:48:49 -05:00
test_utils Update to ASF header / add when missing (#1437) 2024-09-21 06:23:28 -04:00
pretty_print.rs Add license header to display_utils.rs and pretty_print.rs (#1887) 2025-06-16 18:37:18 +02:00
sqlparser_bigquery.rs Add ODBC escape syntax support for time expressions (#1953) 2025-07-29 12:37:04 +02:00
sqlparser_clickhouse.rs Add support for NOT NULL and NOTNULL expressions (#1927) 2025-07-21 12:58:20 +02:00
sqlparser_common.rs Snowflake: Support CREATE VIEW myview IF NOT EXISTS (#1961) 2025-07-30 12:24:16 +02:00
sqlparser_custom_dialect.rs Store spans for Value expressions (#1738) 2025-02-25 07:33:57 +01:00
sqlparser_databricks.rs Add ODBC escape syntax support for time expressions (#1953) 2025-07-29 12:37:04 +02:00
sqlparser_duckdb.rs Add support for Redshift SELECT * EXCLUDE (#1936) 2025-07-11 11:39:29 +02:00
sqlparser_hive.rs Fix clippy lints on 1.88.0 (#1910) 2025-06-27 14:21:17 -04:00
sqlparser_mssql.rs Support optional semicolon between statements (#1937) 2025-07-11 14:46:48 +02:00
sqlparser_mysql.rs MySQL: Allow optional SIGNED suffix on integer data types 2025-07-31 08:21:23 -07:00
sqlparser_postgres.rs Add ODBC escape syntax support for time expressions (#1953) 2025-07-29 12:37:04 +02:00
sqlparser_redshift.rs Redshift utf8 idents (#1915) 2025-07-01 13:52:29 +02:00
sqlparser_regression.rs Update to ASF header / add when missing (#1437) 2024-09-21 06:23:28 -04:00
sqlparser_snowflake.rs Snowflake: Improve support for reserved keywords for table factor (#1942) 2025-07-31 10:41:33 +02:00
sqlparser_sqlite.rs Fix clippy lints on 1.88.0 (#1910) 2025-06-27 14:21:17 -04:00