Branch: refs/heads/5.9.x Home: https://github.com/phpmyadmin/sql-parser Commit: 349a8116a2cd51b5483947a17cae7330eaa5cb6d https://github.com/phpmyadmin/sql-parser/commit/349a8116a2cd51b5483947a17cae... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-27 (Wed, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh498.in A tests/data/bugs/gh498.out M tests/Misc/BugsTest.php
Log Message: ----------- Add test for #498
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 66219412c4d2b11b46f9e404071987441d9daedd https://github.com/phpmyadmin/sql-parser/commit/66219412c4d2b11b46f9e4040719... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-27 (Wed, 09 September 2023) -03:00
Changed paths: M phpstan-baseline.neon M src/Components/Limit.php M tests/data/bugs/gh498.out
Log Message: ----------- Fix bind parameter in LIMIT OFFSET
- Fixes #498
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4e288e8ef0f3ee19e78d12b6bd8fd99a9e35fce5 https://github.com/phpmyadmin/sql-parser/commit/4e288e8ef0f3ee19e78d12b6bd8f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-27 (Wed, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh498.in A tests/data/bugs/gh498.out M phpstan-baseline.neon M src/Components/Limit.php M tests/Misc/BugsTest.php
Log Message: ----------- Merge pull request #516 from MauricioFauth/limit-param
Fix bind parameter in LIMIT OFFSET