datafusion-sqlparse/src
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
..
ast Allow omitting units after INTERVAL (#184) 2020-06-10 09:32:13 +03:00
dialect Use binary search to speed up matching keywords (#191) 2020-06-07 20:25:10 +03:00
lib.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00
parser.rs Allow omitting units after INTERVAL (#184) 2020-06-10 09:32:13 +03:00
test_utils.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00
tokenizer.rs Add line and column number to TokenizerError (#194) 2020-06-10 09:15:44 +03:00