datafusion-sqlparse/tests
Nickolay Ponomarev 304710d59a Add MSSQL dialect and fix up the postgres' identifier rules
The `@@version` test is MS' dialect of SQL, it seems, so test it with
its own dialect.

Update the rules for identifiers in Postresql dialect per documentation,
while we're at it. The current identifier rules in Postgresql dialect
were introduced in this commit - as a copy of generic rules, it seems:
810cd8e6cf (diff-2808df0fba0aed85f9d35c167bd6a5f1L138)
2019-05-04 01:00:13 +03:00
..
sqlparser_common.rs Add MSSQL dialect and fix up the postgres' identifier rules 2019-05-04 01:00:13 +03:00
sqlparser_mssql.rs Add MSSQL dialect and fix up the postgres' identifier rules 2019-05-04 01:00:13 +03:00
sqlparser_postgres.rs Add MSSQL dialect and fix up the postgres' identifier rules 2019-05-04 01:00:13 +03:00