Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: a353ed354e76fb445de10eb35deb0dcfd82bc2ba https://github.com/phpmyadmin/sql-parser/commit/a353ed354e76fb445de10eb35deb... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths: M composer.json M phpstan-baseline.neon M psalm-baseline.xml
Log Message: ----------- Avoid upgrading zumba/json-serializer to 3.1.0
It has a bug that causes the tests to fail.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c5a8c54a02ab932433d2fe3d53d04a6ad0a182fa https://github.com/phpmyadmin/sql-parser/commit/c5a8c54a02ab932433d2fe3d53d0... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths: M psalm-baseline.xml M src/Components/AlterOperation.php M tests/data/parser/parseAlter3.out
Log Message: ----------- Fix undefined property name in AlterOperation
Introduced by 274fc3a6d169e42b4b249dd65f6abb01fd8f7966.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 796b135d10ab384e9e2d7e5b276ac08499d9ccec https://github.com/phpmyadmin/sql-parser/commit/796b135d10ab384e9e2d7e5b276a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh508.in A tests/data/bugs/gh508.out M src/Lexer.php M tests/Misc/BugsTest.php M tests/data/lexer/lexNumber.in M tests/data/lexer/lexNumber.out
Log Message: ----------- Fix invalid hexadecimal prefix 0X
- Fixes #508
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 78f7b233c7da8e582835dfcc8379a3e1212b2a65 https://github.com/phpmyadmin/sql-parser/commit/78f7b233c7da8e582835dfcc8379... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh508.in A tests/data/bugs/gh508.out M src/Lexer.php M tests/Misc/BugsTest.php M tests/data/lexer/lexNumber.in M tests/data/lexer/lexNumber.out
Log Message: ----------- Merge pull request #509 from MauricioFauth/invalid-hex
Fix invalid hexadecimal prefix 0X
Commit: 0eda5b69a69584b9a081ebaf6e0e38a3449c8538 https://github.com/phpmyadmin/sql-parser/commit/0eda5b69a69584b9a081ebaf6e0e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths: M CHANGELOG.md
Log Message: ----------- Add CHANGELOG entry for #508
[ci skip]
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ab0866954e621bda0d7ebccae74913ea5f7e9746 https://github.com/phpmyadmin/sql-parser/commit/ab0866954e621bda0d7ebccae749... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh508.in A tests/data/bugs/gh508.out M CHANGELOG.md M src/Lexer.php M tests/Misc/BugsTest.php M tests/data/lexer/lexNumber.in M tests/data/lexer/lexNumber.out
Log Message: ----------- Merge branch '5.8.x'
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev