Branch: refs/heads/5.9.x Home: https://github.com/phpmyadmin/sql-parser Commit: a447cc812d6ce0c1acdb9ec1ff34671f45c5747c https://github.com/phpmyadmin/sql-parser/commit/a447cc812d6ce0c1acdb9ec1ff34... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: A tests/data/bugs/gh496.in A tests/data/bugs/gh496.out M tests/Misc/BugsTest.php
Log Message: ----------- Add test for issue 496
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 716d545ef87f05850c00080212f968d7cb013bc9 https://github.com/phpmyadmin/sql-parser/commit/716d545ef87f05850c00080212f9... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: M src/Components/AlterOperation.php M src/Components/Expression.php M src/Statements/LoadStatement.php M tests/Utils/ErrorTest.php M tests/data/bugs/gh496.out M tests/data/parser/parseLockErr2.out M tests/data/parser/parseTransaction3.in M tests/data/parser/parseTransaction3.out
Log Message: ----------- Fix keywords not being recognized as table alias
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c644e933d1d82c82ca1a0727f98b2151b87ee302 https://github.com/phpmyadmin/sql-parser/commit/c644e933d1d82c82ca1a0727f98b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: A tests/data/bugs/gh496.in A tests/data/bugs/gh496.out M src/Components/AlterOperation.php M src/Components/Expression.php M src/Statements/LoadStatement.php M tests/Misc/BugsTest.php M tests/Utils/ErrorTest.php M tests/data/parser/parseLockErr2.out M tests/data/parser/parseTransaction3.in M tests/data/parser/parseTransaction3.out
Log Message: ----------- Merge pull request #542 from MauricioFauth/fix/issue-496
Fix keywords not being recognized as table alias