datafusion-sqlparse/tests
Max Countryman 846c52f450
Allow omitting units after INTERVAL (#184)
Alter INTERVAL to support postgres syntax

This patch updates our INTERVAL implementation such that the Postgres
and Redshfit variation of the syntax is supported: namely that 'leading
field' is optional.

Fixes #177.
2020-06-10 09:32:13 +03:00
..
sqlparser_common.rs Allow omitting units after INTERVAL (#184) 2020-06-10 09:32:13 +03:00
sqlparser_mssql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_mysql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_postgres.rs Implement CREATE TABLE IF NOT EXISTS (#163) 2020-04-21 16:28:02 +03:00