datafusion-sqlparse/examples
Maciej Skrzypkowski 7fc6361fe8
Add Redshift dialect, handle square brackets properly (#471)
* Redshift square bracket handling

We need to detect `[` or `"` for Redshift quotes around indentifier and at the same time exclude
treating JSON paths as indentifer

* RedshiftSqlDialect documentation update

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

* Renamed _chars to chars

* Fixed warnings

* Missing license

Co-authored-by: Maciej Skrzypkowski <maciej.skrzypkowski@satoricyber.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2022-05-04 11:11:00 -04:00
..
cli.rs Add Redshift dialect, handle square brackets properly (#471) 2022-05-04 11:11:00 -04:00
parse_select.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00