Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6aa4bc2e5008dd299a6db8cf0ea0bbeab4da8643
https://github.com/phpmyadmin/phpmyadmin/commit/6aa4bc2e5008dd299a6db8cf0ea…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-05 (Mon, 02 February 2024) -03:00
Changed paths:
M composer.lock
M phpstan-baseline.neon
M psalm-baseline.xml
M src/ParseAnalyze.php
M src/Sql.php
M src/StatementInfo.php
M tests/classes/Display/ResultsTest.php
Log Message:
-----------
Update sql-parser dependency
Adds a quick fix for the sql-parser update.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 692f0a1b6a93b8fe0d93ab0fc960d86e51f0d552
https://github.com/phpmyadmin/phpmyadmin/commit/692f0a1b6a93b8fe0d93ab0fc96…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-05 (Mon, 02 February 2024) -03:00
Changed paths:
M composer.lock
M phpstan-baseline.neon
M psalm-baseline.xml
M src/ParseAnalyze.php
M src/Sql.php
M src/StatementInfo.php
M tests/classes/Display/ResultsTest.php
Log Message:
-----------
Merge pull request #18971 from MauricioFauth/sql-parser-quick-update
Update sql-parser dependency
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 204f7cd2b90eb729064b59580c0f7b6777bf2f0e
https://github.com/phpmyadmin/sql-parser/commit/204f7cd2b90eb729064b59580c0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-01-30 (Tue, 01 January 2024) -03:00
Changed paths:
A src/Utils/StatementType.php
M README.md
M src/Utils/Query.php
M tests/Utils/QueryTest.php
Log Message:
-----------
Create the StatementType enum
It replaces the string value of the querytype field of the statement
flags.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1ed1a27fee55b87cd20a560d7abe1affe0e3212f
https://github.com/phpmyadmin/sql-parser/commit/1ed1a27fee55b87cd20a560d7ab…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-04 (Sun, 02 February 2024) -03:00
Changed paths:
A src/Utils/StatementFlags.php
M README.md
M src/Utils/Query.php
M tests/Utils/QueryTest.php
Log Message:
-----------
Create the StatementFlags value object
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2de0fdcd981677a6f8efc0feeebe2f9462f4cb46
https://github.com/phpmyadmin/sql-parser/commit/2de0fdcd981677a6f8efc0feeeb…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-04 (Sun, 02 February 2024) -03:00
Changed paths:
A src/Utils/StatementInfo.php
M src/Utils/Query.php
M tests/Utils/QueryTest.php
Log Message:
-----------
Create the StatementInfo class
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c4efadf4562ad049a7244b90664c03cd568c3ebc
https://github.com/phpmyadmin/sql-parser/commit/c4efadf4562ad049a7244b90664…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-05 (Mon, 02 February 2024) -03:00
Changed paths:
A src/Utils/StatementFlags.php
A src/Utils/StatementInfo.php
A src/Utils/StatementType.php
M README.md
M src/Utils/Query.php
M tests/Utils/QueryTest.php
Log Message:
-----------
Merge pull request #550 from MauricioFauth/stmt-info
Create the StatementInfo class