Branch: refs/heads/5.8.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