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
46
46
published regularly since. Most revisions have added significant new features to
47
47
the language, and as a result no database claims to support the full breadth of
48
48
features. 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.
52
52
53
53
Unfortunately, stating anything more specific about compliance is difficult.
54
54
There is no publicly available test suite that can assess compliance
You can’t perform that action at this time.
0 commit comments