Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 132fa141d1d50410188cb84263e77114e9cfce16 https://github.com/phpmyadmin/sql-parser/commit/132fa141d1d50410188cb84263e7... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-19 (Fri, 01 January 2024) -03:00
Changed paths: A src/Contexts/ContextMariaDb110300.php A src/Contexts/ContextMariaDb110400.php A src/Contexts/ContextMySql80200.php A src/Contexts/ContextMySql80300.php A tools/contexts/MariaDb110300.txt A tools/contexts/MariaDb110400.txt A tools/contexts/MySql80200.txt A tools/contexts/MySql80300.txt A tools/contexts/_functionsMariaDb110300.txt A tools/contexts/_functionsMariaDb110400.txt A tools/contexts/_functionsMySql80200.txt A tools/contexts/_functionsMySql80300.txt M psalm-baseline.xml M src/Tools/ContextGenerator.php
Log Message: ----------- Add new contexts for MySQL and MariaDB
New contexts for MariaDB 11.3, MariaDB 11.4, MySQL 8.2 and MySQL 8.3.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d5d156441bdbde6bb2a4bf070cd18d1531b20a9b https://github.com/phpmyadmin/sql-parser/commit/d5d156441bdbde6bb2a4bf070cd1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: A src/Contexts/ContextMariaDb110300.php A src/Contexts/ContextMariaDb110400.php A src/Contexts/ContextMySql80200.php A src/Contexts/ContextMySql80300.php A tools/contexts/MariaDb110300.txt A tools/contexts/MariaDb110400.txt A tools/contexts/MySql80200.txt A tools/contexts/MySql80300.txt A tools/contexts/_functionsMariaDb110300.txt A tools/contexts/_functionsMariaDb110400.txt A tools/contexts/_functionsMySql80200.txt A tools/contexts/_functionsMySql80300.txt M psalm-baseline.xml M src/Tools/ContextGenerator.php
Log Message: ----------- Merge pull request #539 from MauricioFauth/new-contexts
Add new contexts for MySQL and MariaDB
Commit: 98515793e67df12da89ebef2be4d014f09361e80 https://github.com/phpmyadmin/sql-parser/commit/98515793e67df12da89ebef2be4d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Exceptions/ParserException.php M src/Tools/TestGenerator.php M src/Utils/Error.php M tests/TestCase.php M tests/Utils/ErrorTest.php
Log Message: ----------- Fix PHP notice in Utils\Error::get()
PHP Notice: Trying to get property 'token' of non-object in src/Utils/Error.php on line 54
PHP Notice: Trying to get property 'position' of non-object in src/Utils/Error.php on line 55
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: daffc4e0c7dbc7ab43438a1917baf082a9b8f38d https://github.com/phpmyadmin/sql-parser/commit/daffc4e0c7dbc7ab43438a1917ba... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Exceptions/ParserException.php M src/Tools/TestGenerator.php M src/Utils/Error.php M tests/TestCase.php M tests/Utils/ErrorTest.php
Log Message: ----------- Merge pull request #541 from MauricioFauth/fix-notice-error
Fix PHP notice in Utils\Error::get()
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
Commit: 43c45e2b168fee2aa340bdcacd16d37648a6f373 https://github.com/phpmyadmin/sql-parser/commit/43c45e2b168fee2aa340bdcacd16... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-20 (Sat, 01 January 2024) -03:00
Changed paths: A src/Contexts/ContextMariaDb110300.php A src/Contexts/ContextMariaDb110400.php A src/Contexts/ContextMySql80200.php A src/Contexts/ContextMySql80300.php A tests/data/bugs/gh496.in A tests/data/bugs/gh496.out A tools/contexts/MariaDb110300.txt A tools/contexts/MariaDb110400.txt A tools/contexts/MySql80200.txt A tools/contexts/MySql80300.txt A tools/contexts/_functionsMariaDb110300.txt A tools/contexts/_functionsMariaDb110400.txt A tools/contexts/_functionsMySql80200.txt A tools/contexts/_functionsMySql80300.txt M phpstan-baseline.neon M psalm-baseline.xml M src/Components/AlterOperation.php M src/Components/Expression.php M src/Statements/LoadStatement.php M src/Tools/ContextGenerator.php M src/Utils/Error.php M tests/Misc/BugsTest.php M tests/Utils/ErrorTest.php M tests/data/parser/parseExplain14.out M tests/data/parser/parseExplain9.out M tests/data/parser/parseExplainErr1.out M tests/data/parser/parseLockErr2.out M tests/data/parser/parseTransaction3.in M tests/data/parser/parseTransaction3.out
Log Message: ----------- Merge branch '5.9.x'
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev