Skip to content

Commit

Permalink
Fix #328 - Add new contexts for MariaDB 10.4, 10.5, 10.6
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 21bd088 commit 7a81e6b
Show file tree
Hide file tree
Showing 10 changed files with 4,155 additions and 0 deletions.
346 changes: 346 additions & 0 deletions src/Contexts/ContextMariaDb100400.php

Large diffs are not rendered by default.

346 changes: 346 additions & 0 deletions src/Contexts/ContextMariaDb100500.php

Large diffs are not rendered by default.

346 changes: 346 additions & 0 deletions src/Contexts/ContextMariaDb100600.php

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/Tools/ContextGenerator.php
Expand Up @@ -65,6 +65,9 @@ class ContextGenerator
'MariaDb100100' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100200' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100300' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100400' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100500' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100600' => 'https://mariadb.com/kb/en/reserved-words/',
];

/**
Expand Down

0 comments on commit 7a81e6b

Please sign in to comment.