[phpmyadmin/sql-parser] b24513: Add missing KEY options for MySQL and MariaDB

Branch: refs/heads/QA Home: https://github.com/phpmyadmin/sql-parser Commit: b245139c85a60c38d994a75af724ec969bc14e0b https://github.com/phpmyadmin/sql-parser/commit/b245139c85a60c38d994a75af724... Author: William Desportes <williamdes@wdes.fr> Date: 2021-08-22 (Sun, 08 August 2021) +02:00 Changed paths: M src/Components/Key.php M tests/Components/KeyTest.php Log Message: ----------- Add missing KEY options for MySQL and MariaDB Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: f67869e0fb370e7ed368df54227eeba22a413019 https://github.com/phpmyadmin/sql-parser/commit/f67869e0fb370e7ed368df54227e... Author: Fawzi E. Abdulfattah <iifawzie@gmail.com> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: A tests/data/parser/parseCreateTableWithInvisibleKey.in A tests/data/parser/parseCreateTableWithInvisibleKey.out M src/Components/Key.php M tests/Components/KeyTest.php M tests/Parser/CreateStatementTest.php Log Message: ----------- Fixing the key options and adding a test for the invisible issue Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com> Commit: 45a5c602a51497f49d6b6137683a81cee5bc86ed https://github.com/phpmyadmin/sql-parser/commit/45a5c602a51497f49d6b6137683a... Author: William Desportes <williamdes@wdes.fr> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: A tests/data/parser/parseCreateTableWithInvisibleKey.in A tests/data/parser/parseCreateTableWithInvisibleKey.out M src/Components/Key.php M tests/Components/KeyTest.php M tests/Parser/CreateStatementTest.php Log Message: ----------- Merge #354 and #349 - Fix #348 - Fixing missing KEY options for MySQL and MariaDB Ref: phpmyadmin/phpmyadmin#17097 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: b8fc4f9d2c87eee7ddee6deb33ec4a4a449ef81e https://github.com/phpmyadmin/sql-parser/commit/b8fc4f9d2c87eee7ddee6deb33ec... Author: William Desportes <williamdes@wdes.fr> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: M CHANGELOG.md Log Message: ----------- Add a ChangeLog entry for #348 Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
William Desportes