[phpMyAdmin Git] [phpmyadmin/sql-parser] 14bcb8: Add support for INVISIBLE keyword

Deven Bansod devenbansod.bits at gmail.com
Tue May 5 02:04:18 CEST 2020


Branch: refs/heads/feat/issue-292
Home: https://github.com/phpmyadmin/sql-parser
Commit: 14bcb8798334332b3a599843618a2af4f9982493
https://github.com/phpmyadmin/sql-parser/commit/14bcb8798334332b3a599843618a2af4f9982493
Author: Deven Bansod <devenbansod.bits at gmail.com>
Date: 2020-05-04 (Mon, 05 May 2020) -04:00

Changed paths: 
M src/Components/CreateDefinition.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMySql80000.php
M tools/contexts/MariaDb100300.txt
M tools/contexts/MySql80000.txt

Log Message:
-----------
Add support for INVISIBLE keyword

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>

Commit: 79c4ca01480ea446a33c340d10e17ea9299c048f
https://github.com/phpmyadmin/sql-parser/commit/79c4ca01480ea446a33c340d10e17ea9299c048f
Author: Deven Bansod <devenbansod.bits at gmail.com>
Date: 2020-05-04 (Mon, 05 May 2020) -04:00

Changed paths: 
A tests/data/parser/parseAlterWithInvisible.in
A tests/data/parser/parseAlterWithInvisible.out
M tests/Components/CreateDefinitionTest.php
M tests/Parser/AlterStatementTest.php

Log Message:
-----------
Add tests for INVISIBLE support parsing and building

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>

Commit: 197b00d9beb3fc3f3ab6d04fcadb298a945435ae
https://github.com/phpmyadmin/sql-parser/commit/197b00d9beb3fc3f3ab6d04fcadb298a945435ae
Author: Deven Bansod <devenbansod.bits at gmail.com>
Date: 2020-05-04 (Mon, 05 May 2020) -04:00

Changed paths: 
M tests/Parser/AlterStatementTest.php

Log Message:
-----------
Fix coding style mismatch



More information about the Git mailing list