Skip to content

Commit

Permalink
Add missing context files for MariaDB and MySQL
Browse files Browse the repository at this point in the history
These files are copies from previous versions.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Sep 17, 2023
1 parent 1aef3c8 commit cb58d58
Show file tree
Hide file tree
Showing 29 changed files with 12,628 additions and 0 deletions.
27 changes: 27 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,30 @@
<file src="src/Contexts/ContextMariaDb100600.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb100700.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb100800.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb100900.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb101000.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb101100.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb110000.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb110100.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMariaDb110200.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMySql50000.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
Expand All @@ -617,6 +641,9 @@
<file src="src/Contexts/ContextMySql80000.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Contexts/ContextMySql80100.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
<file src="src/Exceptions/ParserException.php">
<PossiblyNullPropertyAssignmentValue occurrences="1">
<code>$token</code>
Expand Down
354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb100700.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb100800.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb100900.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb101000.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb101100.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb110000.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb110100.php

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions src/Contexts/ContextMariaDb110200.php

Large diffs are not rendered by default.

355 changes: 355 additions & 0 deletions src/Contexts/ContextMySql80100.php

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions src/Tools/ContextGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,22 @@ 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',
'MySql80100' => 'https://dev.mysql.com/doc/refman/8.1/en/keywords.html',
'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/',
'MariaDb100400' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100500' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100600' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100700' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100800' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb100900' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb101000' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb101100' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb110000' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb110100' => 'https://mariadb.com/kb/en/reserved-words/',
'MariaDb110200' => 'https://mariadb.com/kb/en/reserved-words/',
];

/**
Expand Down
Loading

0 comments on commit cb58d58

Please sign in to comment.