datafusion-sqlparse/tests
Daniël Heres 00dc490f72
Support the string concat operator (#178)
The selected precedence is based on BigQuery documentation, where it is equal to `*` and `/`:

https://cloud.google.com/bigquery/docs/reference/standard-sql/operators
2020-06-02 21:24:30 +03:00
..
sqlparser_common.rs Support the string concat operator (#178) 2020-06-02 21:24:30 +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