mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Update README: we support bits and pieces from other dialects too
This commit is contained in:
parent
a2f4996bdd
commit
1cf9e5ecef
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ SQL was first standardized in 1987, and revisions of the standard have been
|
|||
published regularly since. Most revisions have added significant new features to
|
||||
the language, and as a result no database claims to support the full breadth of
|
||||
features. This parser currently supports most of the SQL-92 syntax, plus some
|
||||
syntax from newer versions that have been explicitly requested, plus some MSSQL-
|
||||
and PostgreSQL-specific syntax. Whenever possible, the [online SQL:2016
|
||||
grammar][sql-2016-grammar] is used to guide what syntax to accept.
|
||||
syntax from newer versions that have been explicitly requested, plus some MSSQL,
|
||||
PostgreSQL, and other dialect-specific syntax. Whenever possible, the [online
|
||||
SQL:2016 grammar][sql-2016-grammar] is used to guide what syntax to accept.
|
||||
|
||||
Unfortunately, stating anything more specific about compliance is difficult.
|
||||
There is no publicly available test suite that can assess compliance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue