Skip to content

Commit a2f4996

Browse files
committed
Update README to point to SQL:2016, instead of 2011
This was discussed in apache#125, but we forgot to update the README at the time.
1 parent 8d5eaf9 commit a2f4996

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ 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
4949
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.
5452

5553
Unfortunately, stating anything more specific about compliance is difficult.
5654
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
105103
try to include:
106104

107105
* 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
110108
* links to documentation for the feature for a few of the most popular
111109
databases that support it.
112110

@@ -123,5 +121,5 @@ resources.
123121
[DataFusion]: https://github.com/apache/arrow/tree/master/rust/datafusion
124122
[LocustDB]: https://github.com/cswinter/LocustDB
125123
[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
127125
[sql-standard]: https://en.wikipedia.org/wiki/ISO/IEC_9075

0 commit comments

Comments
 (0)