Skip to content

Commit

Permalink
Update MariaDB reserved-words link
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Aug 16, 2021
1 parent 3a2bea9 commit 21bd088
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Contexts/ContextMariaDb100000.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This class was auto-generated from tools/contexts/*.txt.
* Use tools/run_generators.sh for update.
*
* @see https://mariadb.com/kb/en/the-mariadb-library/reserved-words/
* @see https://mariadb.com/kb/en/reserved-words/
*/
class ContextMariaDb100000 extends Context
{
Expand Down
2 changes: 1 addition & 1 deletion src/Contexts/ContextMariaDb100100.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This class was auto-generated from tools/contexts/*.txt.
* Use tools/run_generators.sh for update.
*
* @see https://mariadb.com/kb/en/the-mariadb-library/reserved-words/
* @see https://mariadb.com/kb/en/reserved-words/
*/
class ContextMariaDb100100 extends Context
{
Expand Down
2 changes: 1 addition & 1 deletion src/Contexts/ContextMariaDb100200.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This class was auto-generated from tools/contexts/*.txt.
* Use tools/run_generators.sh for update.
*
* @see https://mariadb.com/kb/en/the-mariadb-library/reserved-words/
* @see https://mariadb.com/kb/en/reserved-words/
*/
class ContextMariaDb100200 extends Context
{
Expand Down
2 changes: 1 addition & 1 deletion src/Contexts/ContextMariaDb100300.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This class was auto-generated from tools/contexts/*.txt.
* Use tools/run_generators.sh for update.
*
* @see https://mariadb.com/kb/en/the-mariadb-library/reserved-words/
* @see https://mariadb.com/kb/en/reserved-words/
*/
class ContextMariaDb100300 extends Context
{
Expand Down
8 changes: 4 additions & 4 deletions src/Tools/ContextGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ class ContextGenerator
'MySql50600' => 'https://dev.mysql.com/doc/refman/5.6/en/keywords.html',
'MySql50700' => 'https://dev.mysql.com/doc/refman/5.7/en/keywords.html',
'MySql80000' => 'https://dev.mysql.com/doc/refman/8.0/en/keywords.html',
'MariaDb100000' => 'https://mariadb.com/kb/en/the-mariadb-library/reserved-words/',
'MariaDb100100' => 'https://mariadb.com/kb/en/the-mariadb-library/reserved-words/',
'MariaDb100200' => 'https://mariadb.com/kb/en/the-mariadb-library/reserved-words/',
'MariaDb100300' => 'https://mariadb.com/kb/en/the-mariadb-library/reserved-words/',
'MariaDb100000' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100100' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100200' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100300' => 'https://mariadb.com/kb/en/reserved-words/',
];

/**
Expand Down

0 comments on commit 21bd088

Please sign in to comment.