Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9f2586ff52a407e21c8a7b05eb8fb94c2e41fb68
https://github.com/phpmyadmin/sql-parser/commit/9f2586ff52a407e21c8a7b05eb8…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-04 (Tue, 01 January 2022) -03:00
Changed paths:
M phpcs.xml.dist
M src/Context.php
M src/Core.php
M src/Lexer.php
M src/Parser.php
M src/Utils/CLI.php
Log Message:
-----------
Remove Context::load call from the Context file
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 9dbdc09265d6392fd07bbdb43bfa166c30a3e8a1
https://github.com/phpmyadmin/sql-parser/commit/9dbdc09265d6392fd07bbdb43bf…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-05 (Wed, 01 January 2022) -03:00
Changed paths:
M phpcs.xml.dist
M src/Context.php
M src/Core.php
M src/Lexer.php
M src/Parser.php
M src/Utils/CLI.php
Log Message:
-----------
Merge pull request #367 from mauriciofauth/context-load
Remove `Context::load` call from the `Context` file
Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 0147fc9a96228156adf0ffea7772ce7c47a20c22
https://github.com/phpmyadmin/sql-parser/commit/0147fc9a96228156adf0ffea777…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-04 (Tue, 01 January 2022) -03:00
Changed paths:
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/lint-docs.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/tests.yml
M .scrutinizer.yml
M composer.json
Log Message:
-----------
Bump PHP minimum version to 7.2.5
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 83609c7addf1a126485413283d0aa7a77caef6f8
https://github.com/phpmyadmin/sql-parser/commit/83609c7addf1a126485413283d0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-05 (Wed, 01 January 2022) -03:00
Changed paths:
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/lint-docs.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/tests.yml
M .scrutinizer.yml
M composer.json
Log Message:
-----------
Merge pull request #366 from mauriciofauth/php72
Bump PHP minimum version to 7.2.5
Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: e9c5a45dd62582e719a69d3a499ac30fd5e6ce44
https://github.com/phpmyadmin/sql-parser/commit/e9c5a45dd62582e719a69d3a499…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-03 (Mon, 01 January 2022) -03:00
Changed paths:
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Components/WithKeyword.php
Log Message:
-----------
Replace `@final` annotation with the `final` keyword
Related to #271 and #362.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 66b7ddad92d4a3d648ca18131aaeaf5b8f30af48
https://github.com/phpmyadmin/sql-parser/commit/66b7ddad92d4a3d648ca18131aa…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-03 (Mon, 01 January 2022) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Component.php
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Components/WithKeyword.php
D tests/Components/ComponentTest.php
Log Message:
-----------
Change `Component` abstract class to an interface
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 9a5eaabcc2fe4ded82b31a29ec5aaccf30c2eccc
https://github.com/phpmyadmin/sql-parser/commit/9a5eaabcc2fe4ded82b31a29ec5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-01-03 (Mon, 01 January 2022) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Component.php
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Components/WithKeyword.php
D tests/Components/ComponentTest.php
Log Message:
-----------
Merge pull request #365 from mauriciofauth/component-interface
Change `Component` abstract class to an interface