File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ SQL was first standardized in 1987, and revisions of the standard have been
4646published regularly since. Most revisions have added significant new features to
4747the language, and as a result no database claims to support the full breadth of
4848features. This parser currently supports most of the SQL-92 syntax, plus some
49- syntax from newer versions that have been explicitly requested, plus some MSSQL-
50- and PostgreSQL -specific syntax. Whenever possible, the [ online SQL:2016
51- grammar] [ sql-2016-grammar ] is used to guide what syntax to accept.
49+ syntax from newer versions that have been explicitly requested, plus some MSSQL,
50+ PostgreSQL, and other dialect -specific syntax. Whenever possible, the [ online
51+ SQL:2016 grammar] [ sql-2016-grammar ] is used to guide what syntax to accept.
5252
5353Unfortunately, stating anything more specific about compliance is difficult.
5454There is no publicly available test suite that can assess compliance
You can’t perform that action at this time.
0 commit comments