Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 204f7cd2b90eb729064b59580c0f7b6777bf2f0e https://github.com/phpmyadmin/sql-parser/commit/204f7cd2b90eb729064b59580c0f... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: 1ed1a27fee55b87cd20a560d7abe1affe0e3212f https://github.com/phpmyadmin/sql-parser/commit/1ed1a27fee55b87cd20a560d7abe... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: 2de0fdcd981677a6f8efc0feeebe2f9462f4cb46 https://github.com/phpmyadmin/sql-parser/commit/2de0fdcd981677a6f8efc0feeebe... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: c4efadf4562ad049a7244b90664c03cd568c3ebc https://github.com/phpmyadmin/sql-parser/commit/c4efadf4562ad049a7244b90664c... Author: Maurício Meneghini Fauth mauricio@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