Skip to content

Commit 1cf9e5e

Browse files
committed
Update README: we support bits and pieces from other dialects too
1 parent a2f4996 commit 1cf9e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ SQL was first standardized in 1987, and revisions of the standard have been
4646
published regularly since. Most revisions have added significant new features to
4747
the language, and as a result no database claims to support the full breadth of
4848
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.
5252

5353
Unfortunately, stating anything more specific about compliance is difficult.
5454
There is no publicly available test suite that can assess compliance

0 commit comments

Comments
 (0)