Skip to content

Commit f15c515

Browse files
authored
Mark the PT grammar as being deprecated. (#4443)
1 parent a107054 commit f15c515

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Positive Technologies MySQL grammar
22

3-
An ANTLR4 grammar for MySQL based on version 5.6 , 5.7 and 8.0 of
3+
An ANTLR4 grammar for MySQL based on version 5.6 , 5.7 and 8.0 of
44
[http://dev.mysql.com/doc/refman/5.6/en/](http://dev.mysql.com/doc/refman/5.6/en/).
55
[http://dev.mysql.com/doc/refman/5.7/en/](http://dev.mysql.com/doc/refman/5.7/en/).
66
[http://dev.mysql.com/doc/refman/8.0/en/](http://dev.mysql.com/doc/refman/8.0/en/).
77

8+
> **This grammar will be removed around end of June 2025.** Pull requests are still possible and the grammar will be tested and updated until the removal date.

sql/mysql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
This folder contains MySQL grammars from different authors. See the specific sub folders for more details:
44

5-
* [Oracle](Oracle) - A complete MySQL grammar including the latest language features of MySQL. This grammar is directly derived from the MySQL Yacc server grammar and is updated twice a year to stay in sync with the MySQL server enhancements. It supports all server versions starting from 8.0 and is driving the parsers in the [MySQL Shell for VS Code](https://marketplace.visualstudio.com/items?itemName=Oracle.mysql-shell-for-vs-code). <br/>A **special feature** of this grammar is that you can switch the MySQL server version used at runtime, to adjust things like code completion and syntax checking for the server you are connected to.
6-
* [Positive Technologies](Positive-Technologies) - A grammar created from the official documentation (5.6, 5.7, 8.0)
5+
* [Oracle](Oracle) - A complete MySQL grammar including the latest language features of MySQL. This grammar is directly derived from the MySQL Yacc server grammar and is updated twice a year to stay in sync with the MySQL server enhancements. It supports all server versions starting from 8.0 and is driving the parsers in the [MySQL Shell for VS Code](https://marketplace.visualstudio.com/items?itemName=Oracle.mysql-shell-for-vs-code). <br/>A **special feature** of this grammar is that you can switch the MySQL server version used at runtime, to adjust things like code completion and syntax checking for the server you are connected to.
6+
* **DEPRECATED** [Positive Technologies](Positive-Technologies) - A grammar created from the official documentation (5.6, 5.7, 8.0). **This grammar will be removed around end of June 2025.** Pull requests are still possible and the grammar will be tested and updated until the removal date.

0 commit comments

Comments
 (0)