[phpMyAdmin Git] [phpmyadmin/sql-parser] ad6fe1: Add native void type
Kamil Tekiela
tekiela246 at gmail.com
Wed Jun 7 20:10:43 CEST 2023
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: ad6fe11dcaec554d8d4cde7e70460a151cbf2725
https://github.com/phpmyadmin/sql-parser/commit/ad6fe11dcaec554d8d4cde7e70460a151cbf2725
Author: Kamil Tekiela <tekiela246 at gmail.com>
Date: 2023-06-01 (Thu, 06 June 2023) +01:00
Changed paths:
M src/Components/IntoKeyword.php
M src/Components/OptionsArray.php
M src/Context.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/WithStatement.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/TestGenerator.php
M src/Translator.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
Log Message:
-----------
Add native void type
Signed-off-by: Kamil Tekiela <tekiela246 at gmail.com>
Commit: 2146f7c915f48d9fd43931c880e0a9b133344b9e
https://github.com/phpmyadmin/sql-parser/commit/2146f7c915f48d9fd43931c880e0a9b133344b9e
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-06-07 (Wed, 06 June 2023) -03:00
Changed paths:
M src/Components/IntoKeyword.php
M src/Components/OptionsArray.php
M src/Context.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/WithStatement.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/TestGenerator.php
M src/Translator.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
Log Message:
-----------
Merge pull request #461 from kamil-tekiela/void
Add native void type
More information about the Git
mailing list