Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Fix using ? as a parameter
- Fixes #202
- Fixes #412
- Fixes #492
- Closes #499
- Related to #172
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Merge pull request #515 from MauricioFauth/question-mark-param
Fix using ? as a parameter
Commit: f7b692079f5d9657719acfab094ac733d72c2008
https://github.com/phpmyadmin/sql-parser/commit/f7b692079f5d9657719acfab094…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Merge branch '5.9.x'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Fix using ? as a parameter
- Fixes #202
- Fixes #412
- Fixes #492
- Closes #499
- Related to #172
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Merge pull request #515 from MauricioFauth/question-mark-param
Fix using ? as a parameter
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5e8ec6924060da707e8e1aa86e6149e73d2783ac
https://github.com/phpmyadmin/phpmyadmin/commit/5e8ec6924060da707e8e1aa86e6…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-20 (Wed, 09 September 2023) -03:00
Changed paths:
M js/src/ajax.js
M js/src/home.js
M libraries/classes/Controllers/JavaScriptMessagesController.php
Log Message:
-----------
Improve git hash info error handling in home.js
Instead of showing a generic error message alert when an error occurs,
it displays an error message at the same place where the success output
goes.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2a96c4b98efcbf9dbcd331876ea8d3cf9d529e38
https://github.com/phpmyadmin/phpmyadmin/commit/2a96c4b98efcbf9dbcd331876ea…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-21 (Thu, 09 September 2023) -03:00
Changed paths:
M js/src/ajax.js
M js/src/home.js
M libraries/classes/Controllers/JavaScriptMessagesController.php
Log Message:
-----------
Merge pull request #18722 from MauricioFauth/git-hash-info-error
Improve git hash info error handling in home.js
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425
https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: ab6f797c47765da436b4eae585b85f9256d637ab
https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b…
Author: Maurício Meneghini Fauth <mauricio(a)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/f1720ae19abe6294cb5599594a8…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: ec459f7b40e6636eaf3946c3f1f286118e61a78c
https://github.com/phpmyadmin/sql-parser/commit/ec459f7b40e6636eaf3946c3f1f…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 4077a826d530223abcbc0394fd67e400e5f9e15f
https://github.com/phpmyadmin/sql-parser/commit/4077a826d530223abcbc0394fd6…
Author: Maurício Meneghini Fauth <mauricio(a)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.9.x'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425
https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: ab6f797c47765da436b4eae585b85f9256d637ab
https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b…
Author: Maurício Meneghini Fauth <mauricio(a)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/f1720ae19abe6294cb5599594a8…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: ec459f7b40e6636eaf3946c3f1f286118e61a78c
https://github.com/phpmyadmin/sql-parser/commit/ec459f7b40e6636eaf3946c3f1f…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425
https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: ab6f797c47765da436b4eae585b85f9256d637ab
https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b…
Author: Maurício Meneghini Fauth <mauricio(a)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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: cb58d585a85e88fcd5b53f807358205e488b34f3
https://github.com/phpmyadmin/sql-parser/commit/cb58d585a85e88fcd5b53f80735…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-17 (Sun, 09 September 2023) -03:00
Changed paths:
A src/Contexts/ContextMariaDb100700.php
A src/Contexts/ContextMariaDb100800.php
A src/Contexts/ContextMariaDb100900.php
A src/Contexts/ContextMariaDb101000.php
A src/Contexts/ContextMariaDb101100.php
A src/Contexts/ContextMariaDb110000.php
A src/Contexts/ContextMariaDb110100.php
A src/Contexts/ContextMariaDb110200.php
A src/Contexts/ContextMySql80100.php
A tools/contexts/MariaDb100700.txt
A tools/contexts/MariaDb100800.txt
A tools/contexts/MariaDb100900.txt
A tools/contexts/MariaDb101000.txt
A tools/contexts/MariaDb101100.txt
A tools/contexts/MariaDb110000.txt
A tools/contexts/MariaDb110100.txt
A tools/contexts/MariaDb110200.txt
A tools/contexts/MySql80100.txt
A tools/contexts/_functionsMariaDb100700.txt
A tools/contexts/_functionsMariaDb100800.txt
A tools/contexts/_functionsMariaDb100900.txt
A tools/contexts/_functionsMariaDb101000.txt
A tools/contexts/_functionsMariaDb101100.txt
A tools/contexts/_functionsMariaDb110000.txt
A tools/contexts/_functionsMariaDb110100.txt
A tools/contexts/_functionsMariaDb110200.txt
A tools/contexts/_functionsMySql80100.txt
M psalm-baseline.xml
M src/Tools/ContextGenerator.php
Log Message:
-----------
Add missing context files for MariaDB and MySQL
These files are copies from previous versions.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d4581b8c3deb1793484e76632b4282b9e584c5c2
https://github.com/phpmyadmin/sql-parser/commit/d4581b8c3deb1793484e76632b4…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-17 (Sun, 09 September 2023) -03:00
Changed paths:
A src/Contexts/ContextMariaDb100700.php
A src/Contexts/ContextMariaDb100800.php
A src/Contexts/ContextMariaDb100900.php
A src/Contexts/ContextMariaDb101000.php
A src/Contexts/ContextMariaDb101100.php
A src/Contexts/ContextMariaDb110000.php
A src/Contexts/ContextMariaDb110100.php
A src/Contexts/ContextMariaDb110200.php
A src/Contexts/ContextMySql80100.php
A tools/contexts/MariaDb100700.txt
A tools/contexts/MariaDb100800.txt
A tools/contexts/MariaDb100900.txt
A tools/contexts/MariaDb101000.txt
A tools/contexts/MariaDb101100.txt
A tools/contexts/MariaDb110000.txt
A tools/contexts/MariaDb110100.txt
A tools/contexts/MariaDb110200.txt
A tools/contexts/MySql80100.txt
A tools/contexts/_functionsMariaDb100700.txt
A tools/contexts/_functionsMariaDb100800.txt
A tools/contexts/_functionsMariaDb100900.txt
A tools/contexts/_functionsMariaDb101000.txt
A tools/contexts/_functionsMariaDb101100.txt
A tools/contexts/_functionsMariaDb110000.txt
A tools/contexts/_functionsMariaDb110100.txt
A tools/contexts/_functionsMariaDb110200.txt
A tools/contexts/_functionsMySql80100.txt
M psalm-baseline.xml
M src/Tools/ContextGenerator.php
Log Message:
-----------
Merge branch '5.9.x'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>