diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-08-16 21:07:12 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-08-16 21:07:12 +0300 |
commit | 2f029663f3ef2fae745037a38282616fcca7f264 (patch) | |
tree | a5bd3ea3be56caa0068f9bb9c58f960d6aedc3ec /src | |
parent | 592a1feb13669be06e485ed65287525868d89dd3 (diff) | |
download | sql-parser-2f029663f3ef2fae745037a38282616fcca7f264.zip sql-parser-2f029663f3ef2fae745037a38282616fcca7f264.tar.gz sql-parser-2f029663f3ef2fae745037a38282616fcca7f264.tar.bz2 |
Added the tool that generates contexts.
Diffstat (limited to 'src')
-rw-r--r-- | src/Contexts/ContextMySql50000.php | 2 | ||||
-rw-r--r-- | src/Contexts/ContextMySql50100.php | 2 | ||||
-rw-r--r-- | src/Contexts/ContextMySql50500.php | 2 | ||||
-rw-r--r-- | src/Contexts/ContextMySql50600.php | 2 | ||||
-rw-r--r-- | src/Contexts/ContextMySql50700.php | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/src/Contexts/ContextMySql50000.php b/src/Contexts/ContextMySql50000.php index 4236698..5cbb47c 100644 --- a/src/Contexts/ContextMySql50000.php +++ b/src/Contexts/ContextMySql50000.php @@ -3,6 +3,8 @@ /** * Context for MySQL 5. * + * This file was auto-generated. + * * @package SqlParser * @subpackage Contexts * @link https://dev.mysql.com/doc/refman/5.0/en/keywords.html diff --git a/src/Contexts/ContextMySql50100.php b/src/Contexts/ContextMySql50100.php index 8da3d06..34192ba 100644 --- a/src/Contexts/ContextMySql50100.php +++ b/src/Contexts/ContextMySql50100.php @@ -3,6 +3,8 @@ /** * Context for MySQL 5.1. * + * This file was auto-generated. + * * @package SqlParser * @subpackage Contexts * @link https://dev.mysql.com/doc/refman/5.1/en/keywords.html diff --git a/src/Contexts/ContextMySql50500.php b/src/Contexts/ContextMySql50500.php index 16207dc..e8a32fe 100644 --- a/src/Contexts/ContextMySql50500.php +++ b/src/Contexts/ContextMySql50500.php @@ -3,6 +3,8 @@ /** * Context for MySQL 5.5. * + * This file was auto-generated. + * * @package SqlParser * @subpackage Contexts * @link https://dev.mysql.com/doc/refman/5.5/en/keywords.html diff --git a/src/Contexts/ContextMySql50600.php b/src/Contexts/ContextMySql50600.php index 4165140..c09425b 100644 --- a/src/Contexts/ContextMySql50600.php +++ b/src/Contexts/ContextMySql50600.php @@ -3,6 +3,8 @@ /** * Context for MySQL 5.6. * + * This file was auto-generated. + * * @package SqlParser * @subpackage Contexts * @link https://dev.mysql.com/doc/refman/5.6/en/keywords.html diff --git a/src/Contexts/ContextMySql50700.php b/src/Contexts/ContextMySql50700.php index 7d75a72..7e7a29d 100644 --- a/src/Contexts/ContextMySql50700.php +++ b/src/Contexts/ContextMySql50700.php @@ -3,6 +3,8 @@ /** * Context for MySQL 5.7. * + * This file was auto-generated. + * * @package SqlParser * @subpackage Contexts * @link https://dev.mysql.com/doc/refman/5.7/en/keywords.html |