@@ -47,10 +47,8 @@ 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
49
syntax from newer versions that have been explicitly requested, plus some MSSQL-
50
- and PostgreSQL-specific syntax. Whenever possible, the [ online SQL:2011
51
- grammar] [ sql-2011-grammar ] is used to guide what syntax to accept. (We will
52
- happily accept changes that conform to the SQL:2016 syntax as well, but that
53
- edition's grammar is not yet available online.)
50
+ and PostgreSQL-specific syntax. Whenever possible, the [ online SQL:2016
51
+ grammar] [ sql-2016-grammar ] is used to guide what syntax to accept.
54
52
55
53
Unfortunately, stating anything more specific about compliance is difficult.
56
54
There is no publicly available test suite that can assess compliance
@@ -105,8 +103,8 @@ If you are unable to submit a patch, feel free to file an issue instead. Please
105
103
try to include:
106
104
107
105
* some representative examples of the syntax you wish to support or fix;
108
- * the relevant bits of the [ SQL grammar] [ sql-2011 -grammar ] , if the syntax is
109
- part of SQL:2011 ; and
106
+ * the relevant bits of the [ SQL grammar] [ sql-2016 -grammar ] , if the syntax is
107
+ part of SQL:2016 ; and
110
108
* links to documentation for the feature for a few of the most popular
111
109
databases that support it.
112
110
@@ -123,5 +121,5 @@ resources.
123
121
[ DataFusion ] : https://github.com/apache/arrow/tree/master/rust/datafusion
124
122
[ LocustDB ] : https://github.com/cswinter/LocustDB
125
123
[ Pratt Parser ] : https://tdop.github.io/
126
- [ sql-2011 -grammar ] : https://jakewheat.github.io/sql-overview/sql-2011 -foundation-grammar.html
124
+ [ sql-2016 -grammar ] : https://jakewheat.github.io/sql-overview/sql-2016 -foundation-grammar.html
127
125
[ sql-standard ] : https://en.wikipedia.org/wiki/ISO/IEC_9075
0 commit comments