Branch: refs/heads/5.9.x Home: https://github.com/phpmyadmin/sql-parser Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425 https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-19 (Tue, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh234.in A tests/data/bugs/gh234.out A tests/data/bugs/gh478.in A tests/data/bugs/gh478.out A tests/data/bugs/gh511.in A tests/data/bugs/gh511.out M src/Components/AlterOperation.php M tests/Misc/BugsTest.php M tests/data/parser/parseAlter9.out M tests/data/parser/parseAlterTableModifyColumnEnum1.out M tests/data/parser/parseAlterTableModifyColumnEnum2.out M tests/data/parser/parseAlterTableModifyColumnEnum3.out
Log Message: ----------- Fix ALTER regression
- Fixes #511 - Reverts #485
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ab6f797c47765da436b4eae585b85f9256d637ab https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-19 (Tue, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh234.in A tests/data/bugs/gh234.out A tests/data/bugs/gh478.in A tests/data/bugs/gh478.out A tests/data/bugs/gh511.in A tests/data/bugs/gh511.out M src/Components/AlterOperation.php M tests/Misc/BugsTest.php M tests/data/parser/parseAlter9.out M tests/data/parser/parseAlterTableModifyColumnEnum1.out M tests/data/parser/parseAlterTableModifyColumnEnum2.out M tests/data/parser/parseAlterTableModifyColumnEnum3.out
Log Message: ----------- Merge pull request #512 from MauricioFauth/alter-regression
Fix ALTER regression
Commit: f1720ae19abe6294cb5599594a8a57bc3c8cc287 https://github.com/phpmyadmin/sql-parser/commit/f1720ae19abe6294cb5599594a8a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-19 (Tue, 09 September 2023) -03:00
Changed paths: M CHANGELOG.md
Log Message: ----------- Prepare for release 5.8.2
[ci skip]
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ec459f7b40e6636eaf3946c3f1f286118e61a78c https://github.com/phpmyadmin/sql-parser/commit/ec459f7b40e6636eaf3946c3f1f2... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-19 (Tue, 09 September 2023) -03:00
Changed paths: A tests/data/bugs/gh234.in A tests/data/bugs/gh234.out A tests/data/bugs/gh478.in A tests/data/bugs/gh478.out A tests/data/bugs/gh511.in A tests/data/bugs/gh511.out M CHANGELOG.md M src/Components/AlterOperation.php M tests/Misc/BugsTest.php M tests/data/parser/parseAlter9.out M tests/data/parser/parseAlterTableModifyColumnEnum1.out M tests/data/parser/parseAlterTableModifyColumnEnum2.out M tests/data/parser/parseAlterTableModifyColumnEnum3.out
Log Message: ----------- Merge branch '5.8.x' into 5.9.x
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev