[phpMyAdmin Git] [phpmyadmin/sql-parser] 140a2b: Update PHPStan/Psalm baselines

2024-05-23 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.10.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 140a2b7f71e3b31d423f7e6668cd1f3b3c8700db
https://github.com/phpmyadmin/sql-parser/commit/140a2b7f71e3b31d423f7e6668cd1f3b3c8700db
Author: Maurício Meneghini Fauth 
Date: 2024-05-23 (Thu, 05 May 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml

Log Message:
---
Update PHPStan/Psalm baselines

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 7f61f3: Push Statement::parse() down to SelectStatement

2024-05-23 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 7f61f31a98469054ee28bf1e920a2150262bd934
https://github.com/phpmyadmin/sql-parser/commit/7f61f31a98469054ee28bf1e920a2150262bd934
Author: Maurício Meneghini Fauth 
Date: 2024-05-23 (Thu, 05 May 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M src/Statement.php
M src/Statements/SelectStatement.php

Log Message:
---
Push Statement::parse() down to SelectStatement

This removes SelectStatement specific code from Statement::parse()
method.

Signed-off-by: Maurício Meneghini Fauth 

Commit: d28f1eaf801f53d00baf5ca98ed58b9e1adb6483
https://github.com/phpmyadmin/sql-parser/commit/d28f1eaf801f53d00baf5ca98ed58b9e1adb6483
Author: Maurício Meneghini Fauth 
Date: 2024-05-23 (Thu, 05 May 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M src/Statement.php
M src/Statements/SelectStatement.php

Log Message:
---
Merge pull request #546 from MauricioFauth/select-stmt

Push Statement::parse() down to SelectStatement

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] de2d27: Fix deprecated PHPUnit provider

2024-05-23 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: de2d27f5d3d91c58dcda223b79ec03391f91f1c3
https://github.com/phpmyadmin/sql-parser/commit/de2d27f5d3d91c58dcda223b79ec03391f91f1c3
Author: Maurício Meneghini Fauth 
Date: 2024-05-23 (Thu, 05 May 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M tests/Builder/CreateStatementTest.php

Log Message:
---
Fix deprecated PHPUnit provider

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 29f982: Add 5.9.0 release date to CHANGELOG file

2024-05-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.10.x
Home: https://github.com/phpmyadmin/sql-parser
___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 0eaf54: Fix some issues in Statement class

2024-02-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 0eaf541394376444d61b159e3f78f32cfa13138a
https://github.com/phpmyadmin/sql-parser/commit/0eaf541394376444d61b159e3f78f32cfa13138a
Author: Maurício Meneghini Fauth 
Date: 2024-02-08 (Thu, 02 February 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Statement.php

Log Message:
---
Fix some issues in Statement class

Signed-off-by: Maurício Meneghini Fauth 

Commit: 48bd285cdcd1d9967ebf039af8f1af5ddd84e22b
https://github.com/phpmyadmin/sql-parser/commit/48bd285cdcd1d9967ebf039af8f1af5ddd84e22b
Author: Maurício Meneghini Fauth 
Date: 2024-02-08 (Thu, 02 February 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Statement.php

Log Message:
---
Merge pull request #551 from MauricioFauth/statement-issues

Fix some issues in Statement class

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 011fa1: Add change log entries for #515, #498 and #496

2024-02-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 011fa18a4e55591fac6545a821921dd1d61c6984
https://github.com/phpmyadmin/sql-parser/commit/011fa18a4e55591fac6545a821921dd1d61c6984
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add change log entries for #515, #498 and #496

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: 280aa0ec86e65affb7a74f2e9496d5f12027a0a5
https://github.com/phpmyadmin/sql-parser/commit/280aa0ec86e65affb7a74f2e9496d5f12027a0a5
Author: Maurício Meneghini Fauth 
Date: 2024-01-24 (Wed, 01 January 2024) -03:00

Changed paths: 
M phpstan.neon.dist
M psalm.xml

Log Message:
---
Add bin/sql-parser to Psalm and PHPStan configs

Signed-off-by: Maurício Meneghini Fauth 

Commit: 29f982a9559ac9a97b19e58b78a3fa4c41d5e43f
https://github.com/phpmyadmin/sql-parser/commit/29f982a9559ac9a97b19e58b78a3fa4c41d5e43f
Author: Maurício Meneghini Fauth 
Date: 2024-02-08 (Thu, 02 February 2024) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add 5.9.0 release date to CHANGELOG file

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1f2e31ebb55b888113521ddf679d8bf0907d5f8c
https://github.com/phpmyadmin/sql-parser/commit/1f2e31ebb55b888113521ddf679d8bf0907d5f8c
Author: Maurício Meneghini Fauth 
Date: 2024-02-08 (Thu, 02 February 2024) -03:00

Changed paths: 
M CHANGELOG.md
M phpstan.neon.dist
M psalm-baseline.xml
M psalm.xml

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 29f982: Add 5.9.0 release date to CHANGELOG file

2024-02-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 29f982a9559ac9a97b19e58b78a3fa4c41d5e43f
https://github.com/phpmyadmin/sql-parser/commit/29f982a9559ac9a97b19e58b78a3fa4c41d5e43f
Author: Maurício Meneghini Fauth 
Date: 2024-02-08 (Thu, 02 February 2024) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add 5.9.0 release date to CHANGELOG file

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 789bdf: Add basic details for Condition

2024-02-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 789bdfb6aaf5583d1d20e732b03eee5aafb3ea1a
https://github.com/phpmyadmin/sql-parser/commit/789bdfb6aaf5583d1d20e732b03eee5aafb3ea1a
Author: Maurício Meneghini Fauth 
Date: 2024-01-26 (Fri, 01 January 2024) -03:00

Changed paths: 
M src/Components/Condition.php
M src/Parsers/Conditions.php
M tests/data/bugs/gh202.out
M tests/data/bugs/gh492.out
M tests/data/bugs/gh496.out
M tests/data/bugs/gh498.out
M tests/data/bugs/gh511.out
M tests/data/bugs/pma11836.out
M tests/data/parser/parseCreateOrReplaceView1.out
M tests/data/parser/parseCreateView3.out
M tests/data/parser/parseCreateViewWithUnion.out
M tests/data/parser/parseDelete.out
M tests/data/parser/parseDelete10.out
M tests/data/parser/parseDelete11.out
M tests/data/parser/parseDelete12.out
M tests/data/parser/parseDelete13.out
M tests/data/parser/parseDelete3.out
M tests/data/parser/parseDelete4.out
M tests/data/parser/parseDelete5.out
M tests/data/parser/parseDeleteErr11.out
M tests/data/parser/parseDeleteErr4.out
M tests/data/parser/parseDeleteErr5.out
M tests/data/parser/parseDeleteErr6.out
M tests/data/parser/parseDeleteErr7.out
M tests/data/parser/parseDeleteJoin.out
M tests/data/parser/parseExplain3.out
M tests/data/parser/parseSelect.out
M tests/data/parser/parseSelect10.out
M tests/data/parser/parseSelect13.out
M tests/data/parser/parseSelect16.out
M tests/data/parser/parseSelect3.out
M tests/data/parser/parseSelect4.out
M tests/data/parser/parseSelect5.out
M tests/data/parser/parseSelect6.out
M tests/data/parser/parseSelect7.out
M tests/data/parser/parseSelect8.out
M tests/data/parser/parseSelect9.out
M tests/data/parser/parseSelectCase2.out
M tests/data/parser/parseSelectCase3.out
M tests/data/parser/parseSelectCaseAlias1.out
M tests/data/parser/parseSelectCaseAlias2.out
M tests/data/parser/parseSelectCaseAliasErr4.out
M tests/data/parser/parseSelectCaseErr3.out
M tests/data/parser/parseSelectEndOptions1.out
M tests/data/parser/parseSelectEndOptions2.out
M tests/data/parser/parseSelectEndOptionsErr.out
M tests/data/parser/parseSelectErr1.out
M tests/data/parser/parseSelectErr2.out
M tests/data/parser/parseSelectIndexHint1.out
M tests/data/parser/parseSelectIndexHint2.out
M tests/data/parser/parseSelectJoinMultiple.out
M tests/data/parser/parseSelectJoinMultiple2.out
M tests/data/parser/parseSelectJoinStraight.out
M tests/data/parser/parseSelectUnion.out
M tests/data/parser/parseSelectWhere.out
M tests/data/parser/parseSelectWhereCollate.out
M tests/data/parser/parseSelectWrongOrder.out
M tests/data/parser/parseSelectWrongOrder2.out
M tests/data/parser/parseTransaction.out
M tests/data/parser/parseTransaction2.out
M tests/data/parser/parseUpdate2.out
M tests/data/parser/parseUpdate3.out
M tests/data/parser/parseUpdate4.out
M tests/data/parser/parseUpdate5.out
M tests/data/parser/parseUpdate6.out
M tests/data/parser/parseUpdate7.out
M tests/data/parser/parseUpdateErr.out
M tests/data/parser/parseWithStatement3.out
M tests/data/parser/parseWithStatement7.out

Log Message:
---
Add basic details for Condition

Adds leftOperand, operator and rightOperand properties to the Condition
component.

It only splits comparison operators for now.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 4ae21cabd6326f10c613b1dffd587ba003bd1ada
https://github.com/phpmyadmin/sql-parser/commit/4ae21cabd6326f10c613b1dffd587ba003bd1ada
Author: Maurício Meneghini Fauth 
Date: 2024-02-08 (Thu, 02 February 2024) -03:00

Changed paths: 
M src/Components/Condition.php
M src/Parsers/Conditions.php
M tests/data/bugs/gh202.out
M tests/data/bugs/gh492.out
M tests/data/bugs/gh496.out
M tests/data/bugs/gh498.out
M tests/data/bugs/gh511.out
M tests/data/bugs/pma11836.out
M tests/data/parser/parseCreateOrReplaceView1.out
M tests/data/parser/parseCreateView3.out
M tests/data/parser/parseCreateViewWithUnion.out
M tests/data/parser/parseDelete.out
M tests/data/parser/parseDelete10.out
M tests/data/parser/parseDelete11.out
M tests/data/parser/parseDelete12.out
M tests/data/parser/parseDelete13.out
M tests/data/parser/parseDelete3.out
M tests/data/parser/parseDelete4.out
M tests/data/parser/parseDelete5.out
M tests/data/parser/parseDeleteErr11.out
M tests/data/parser/parseDeleteErr4.out
M tests/data/parser/parseDeleteErr5.out
M tests/data/parser/parseDeleteErr6.out
M tests/data/parser/parseDeleteErr7.out
M tests/data/parser/parseDeleteJoin.out
M tests/data/parser/parseExplain3.out
M tests/data/parser/parseSelect.out
M tests/data/parser/parseSelect10.out
M tests/data/parser/parseSelect13.out
M tests/data/parser/parseSelect16.out
M tests/data/parser/parseSelect3.out
M tests/data/parser/parseSelect4.out
M tests/data/parser/parseSelect5.out
M tests/data/parser/parseSelect6.out
M tests/data/parser/parseSelect7.out
M tests/data/parser/parseSelect8.out
M tests/data/parser/parseSelect9.out
M tests/data/parser/parseSelectCase2.out
M tests/data/parser/parseSelectCase3.out
M 

[phpMyAdmin Git] [phpmyadmin/sql-parser] 204f7c: Create the StatementType enum

2024-02-05 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 204f7cd2b90eb729064b59580c0f7b6777bf2f0e
https://github.com/phpmyadmin/sql-parser/commit/204f7cd2b90eb729064b59580c0f7b6777bf2f0e
Author: Maurício Meneghini Fauth 
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 

Commit: 1ed1a27fee55b87cd20a560d7abe1affe0e3212f
https://github.com/phpmyadmin/sql-parser/commit/1ed1a27fee55b87cd20a560d7abe1affe0e3212f
Author: Maurício Meneghini Fauth 
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 

Commit: 2de0fdcd981677a6f8efc0feeebe2f9462f4cb46
https://github.com/phpmyadmin/sql-parser/commit/2de0fdcd981677a6f8efc0feeebe2f9462f4cb46
Author: Maurício Meneghini Fauth 
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 

Commit: c4efadf4562ad049a7244b90664c03cd568c3ebc
https://github.com/phpmyadmin/sql-parser/commit/c4efadf4562ad049a7244b90664c03cd568c3ebc
Author: Maurício Meneghini Fauth 
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

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 8fa72c: Add property type hints

2024-01-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 8fa72cfe2dc92bdbf04b6c09c67961acd1560049
https://github.com/phpmyadmin/sql-parser/commit/8fa72cfe2dc92bdbf04b6c09c67961acd1560049
Author: Maurício Meneghini Fauth 
Date: 2024-01-26 (Fri, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.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/FunctionCall.php
M src/Components/GroupKeyword.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/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/WithKeyword.php
M src/Parsers/PartitionDefinitions.php
M tests/Components/LockExpressionTest.php
M tests/Components/ReferenceTest.php
M tests/Utils/CLITest.php
M tests/data/bugs/fuzz3.out
M tests/data/parser/parseCreateViewAsWithAs.out
M tests/data/parser/parseWithStatement.out
M tests/data/parser/parseWithStatement1.out
M tests/data/parser/parseWithStatement2.out
M tests/data/parser/parseWithStatement3.out
M tests/data/parser/parseWithStatement4.out
M tests/data/parser/parseWithStatement5.out
M tests/data/parser/parseWithStatement7.out
M tests/data/parser/parseWithStatementErr.out
M tests/data/parser/parseWithStatementErr1.out
M tests/data/parser/parseWithStatementErr2.out
M tests/data/parser/parseWithStatementErr3.out
M tests/data/parser/parseWithStatementErr4.out
M tests/data/parser/parseWithStatementErr6.out
M tests/data/parser/parseWithStatementErr7.out
M tests/data/parser/parseWithStatementErr8.out

Log Message:
---
Add property type hints

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1f0c925194130fe6a81dd51092bc9545f7ff7c63
https://github.com/phpmyadmin/sql-parser/commit/1f0c925194130fe6a81dd51092bc9545f7ff7c63
Author: Maurício Meneghini Fauth 
Date: 2024-01-26 (Fri, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.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/FunctionCall.php
M src/Components/GroupKeyword.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/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/WithKeyword.php
M src/Parsers/PartitionDefinitions.php
M tests/Components/LockExpressionTest.php
M tests/Components/ReferenceTest.php
M tests/Utils/CLITest.php
M tests/data/bugs/fuzz3.out
M tests/data/parser/parseCreateViewAsWithAs.out
M tests/data/parser/parseWithStatement.out
M tests/data/parser/parseWithStatement1.out
M tests/data/parser/parseWithStatement2.out
M tests/data/parser/parseWithStatement3.out
M tests/data/parser/parseWithStatement4.out
M tests/data/parser/parseWithStatement5.out
M tests/data/parser/parseWithStatement7.out
M tests/data/parser/parseWithStatementErr.out
M tests/data/parser/parseWithStatementErr1.out
M tests/data/parser/parseWithStatementErr2.out
M tests/data/parser/parseWithStatementErr3.out
M tests/data/parser/parseWithStatementErr4.out
M tests/data/parser/parseWithStatementErr6.out
M tests/data/parser/parseWithStatementErr7.out
M tests/data/parser/parseWithStatementErr8.out

Log Message:
---
Merge pull request #548 from MauricioFauth/prop-type-hints

Add property type hints

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1b0058: Fix field name for when parsing index hints

2024-01-25 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1b0058df76a5ea19e673ba365635761ee7ff56d8
https://github.com/phpmyadmin/sql-parser/commit/1b0058df76a5ea19e673ba365635761ee7ff56d8
Author: Maurício Meneghini Fauth 
Date: 2024-01-25 (Thu, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M src/Parser.php
M tests/data/parser/parseSelectIndexHint1.out
M tests/data/parser/parseSelectIndexHint2.out
M tests/data/parser/parseSelectIndexHintErr1.out
M tests/data/parser/parseSelectIndexHintErr2.out
M tests/data/parser/parseSelectIndexHintErr3.out
M tests/data/parser/parseSelectIndexHintErr4.out

Log Message:
---
Fix field name for when parsing index hints

Signed-off-by: Maurício Meneghini Fauth 

Commit: 8857557a8f9bf0f689ec2933808289d8ab50f65d
https://github.com/phpmyadmin/sql-parser/commit/8857557a8f9bf0f689ec2933808289d8ab50f65d
Author: Maurício Meneghini Fauth 
Date: 2024-01-26 (Fri, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M src/Parser.php
M tests/data/parser/parseSelectIndexHint1.out
M tests/data/parser/parseSelectIndexHint2.out
M tests/data/parser/parseSelectIndexHintErr1.out
M tests/data/parser/parseSelectIndexHintErr2.out
M tests/data/parser/parseSelectIndexHintErr3.out
M tests/data/parser/parseSelectIndexHintErr4.out

Log Message:
---
Merge pull request #547 from MauricioFauth/fix-index-hint-field-name

Fix field name for when parsing index hints

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 280aa0: Add bin/sql-parser to Psalm and PHPStan configs

2024-01-24 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 280aa0ec86e65affb7a74f2e9496d5f12027a0a5
https://github.com/phpmyadmin/sql-parser/commit/280aa0ec86e65affb7a74f2e9496d5f12027a0a5
Author: Maurício Meneghini Fauth 
Date: 2024-01-24 (Wed, 01 January 2024) -03:00

Changed paths: 
M phpstan.neon.dist
M psalm.xml

Log Message:
---
Add bin/sql-parser to Psalm and PHPStan configs

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 43a620: Make Token::$value and Token::$keyword types more strict

2024-01-24 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 43a6200d51abee1ae0118d615d4df99464da400f
https://github.com/phpmyadmin/sql-parser/commit/43a6200d51abee1ae0118d615d4df99464da400f
Author: Maurício Meneghini Fauth 
Date: 2024-01-23 (Tue, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/PurgeStatement.php
M src/Token.php

Log Message:
---
Make Token::$value and Token::$keyword types more strict

Signed-off-by: Maurício Meneghini Fauth 

Commit: ac1004ca3722ad23e435f84ba842a9d8ee3c
https://github.com/phpmyadmin/sql-parser/commit/ac1004ca3722ad23e435f84ba842a9d8ee3c
Author: Maurício Meneghini Fauth 
Date: 2024-01-24 (Wed, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/PurgeStatement.php
M src/Token.php

Log Message:
---
Merge pull request #545 from MauricioFauth/token-value-type

Make Token::$value and Token::$keyword types more strict

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] b2502b: Fix issues in test files found by SA tools

2024-01-23 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: b2502bd351e0ee3eec52b23340951b7f58a1e9ea
https://github.com/phpmyadmin/sql-parser/commit/b2502bd351e0ee3eec52b23340951b7f58a1e9ea
Author: Maurício Meneghini Fauth 
Date: 2024-01-23 (Tue, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Components/JoinKeyword.php
M src/Components/Key.php
M tests/Builder/CreateStatementTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionTest.php
M tests/Components/GroupKeywordTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Components/RenameOperationTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokenTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/ParserLongExportsTest.php
M tests/Parser/ParserTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php
M tests/Utils/TableTest.php
M tests/benchmarks/UtfStringBench.php

Log Message:
---
Fix issues in test files found by SA tools

Signed-off-by: Maurício Meneghini Fauth 

Commit: d70677ee8a6a78e463897ea7d37f372e94817d6c
https://github.com/phpmyadmin/sql-parser/commit/d70677ee8a6a78e463897ea7d37f372e94817d6c
Author: Maurício Meneghini Fauth 
Date: 2024-01-23 (Tue, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M src/Components/JoinKeyword.php
M src/Components/Key.php
M tests/Builder/CreateStatementTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionTest.php
M tests/Components/GroupKeywordTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Components/RenameOperationTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokenTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/ParserLongExportsTest.php
M tests/Parser/ParserTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php
M tests/Utils/TableTest.php
M tests/benchmarks/UtfStringBench.php

Log Message:
---
Merge pull request #544 from MauricioFauth/sa-tests

Fix issues in test files found by SA tools

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] b16987: Add type annotation to BufferedQuery::extract() static var

2024-01-22 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: b16987a3449d8288fc51acbcb6743bcee94e0a52
https://github.com/phpmyadmin/sql-parser/commit/b16987a3449d8288fc51acbcb6743bcee94e0a52
Author: Maurício Meneghini Fauth 
Date: 2024-01-22 (Mon, 01 January 2024) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Utils/BufferedQuery.php

Log Message:
---
Add type annotation to BufferedQuery::extract() static var

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 011fa1: Add change log entries for #515, #498 and #496

2024-01-20 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 011fa18a4e55591fac6545a821921dd1d61c6984
https://github.com/phpmyadmin/sql-parser/commit/011fa18a4e55591fac6545a821921dd1d61c6984
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add change log entries for #515, #498 and #496

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 132fa1: Add new contexts for MySQL and MariaDB

2024-01-20 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 132fa141d1d50410188cb84263e77114e9cfce16
https://github.com/phpmyadmin/sql-parser/commit/132fa141d1d50410188cb84263e77114e9cfce16
Author: Maurício Meneghini Fauth 
Date: 2024-01-19 (Fri, 01 January 2024) -03:00

Changed paths: 
A src/Contexts/ContextMariaDb110300.php
A src/Contexts/ContextMariaDb110400.php
A src/Contexts/ContextMySql80200.php
A src/Contexts/ContextMySql80300.php
A tools/contexts/MariaDb110300.txt
A tools/contexts/MariaDb110400.txt
A tools/contexts/MySql80200.txt
A tools/contexts/MySql80300.txt
A tools/contexts/_functionsMariaDb110300.txt
A tools/contexts/_functionsMariaDb110400.txt
A tools/contexts/_functionsMySql80200.txt
A tools/contexts/_functionsMySql80300.txt
M psalm-baseline.xml
M src/Tools/ContextGenerator.php

Log Message:
---
Add new contexts for MySQL and MariaDB

New contexts for MariaDB 11.3, MariaDB 11.4, MySQL 8.2 and MySQL 8.3.

Signed-off-by: Maurício Meneghini Fauth 

Commit: d5d156441bdbde6bb2a4bf070cd18d1531b20a9b
https://github.com/phpmyadmin/sql-parser/commit/d5d156441bdbde6bb2a4bf070cd18d1531b20a9b
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
A src/Contexts/ContextMariaDb110300.php
A src/Contexts/ContextMariaDb110400.php
A src/Contexts/ContextMySql80200.php
A src/Contexts/ContextMySql80300.php
A tools/contexts/MariaDb110300.txt
A tools/contexts/MariaDb110400.txt
A tools/contexts/MySql80200.txt
A tools/contexts/MySql80300.txt
A tools/contexts/_functionsMariaDb110300.txt
A tools/contexts/_functionsMariaDb110400.txt
A tools/contexts/_functionsMySql80200.txt
A tools/contexts/_functionsMySql80300.txt
M psalm-baseline.xml
M src/Tools/ContextGenerator.php

Log Message:
---
Merge pull request #539 from MauricioFauth/new-contexts

Add new contexts for MySQL and MariaDB

Commit: 98515793e67df12da89ebef2be4d014f09361e80
https://github.com/phpmyadmin/sql-parser/commit/98515793e67df12da89ebef2be4d014f09361e80
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Exceptions/ParserException.php
M src/Tools/TestGenerator.php
M src/Utils/Error.php
M tests/TestCase.php
M tests/Utils/ErrorTest.php

Log Message:
---
Fix PHP notice in Utils\Error::get()

PHP Notice: Trying to get property 'token' of non-object in
src/Utils/Error.php on line 54

PHP Notice: Trying to get property 'position' of non-object in
src/Utils/Error.php on line 55

Signed-off-by: Maurício Meneghini Fauth 

Commit: daffc4e0c7dbc7ab43438a1917baf082a9b8f38d
https://github.com/phpmyadmin/sql-parser/commit/daffc4e0c7dbc7ab43438a1917baf082a9b8f38d
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Exceptions/ParserException.php
M src/Tools/TestGenerator.php
M src/Utils/Error.php
M tests/TestCase.php
M tests/Utils/ErrorTest.php

Log Message:
---
Merge pull request #541 from MauricioFauth/fix-notice-error

Fix PHP notice in Utils\Error::get()

Commit: a447cc812d6ce0c1acdb9ec1ff34671f45c5747c
https://github.com/phpmyadmin/sql-parser/commit/a447cc812d6ce0c1acdb9ec1ff34671f45c5747c
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
A tests/data/bugs/gh496.in
A tests/data/bugs/gh496.out
M tests/Misc/BugsTest.php

Log Message:
---
Add test for issue 496

Signed-off-by: Maurício Meneghini Fauth 

Commit: 716d545ef87f05850c00080212f968d7cb013bc9
https://github.com/phpmyadmin/sql-parser/commit/716d545ef87f05850c00080212f968d7cb013bc9
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M src/Components/AlterOperation.php
M src/Components/Expression.php
M src/Statements/LoadStatement.php
M tests/Utils/ErrorTest.php
M tests/data/bugs/gh496.out
M tests/data/parser/parseLockErr2.out
M tests/data/parser/parseTransaction3.in
M tests/data/parser/parseTransaction3.out

Log Message:
---
Fix keywords not being recognized as table alias

Signed-off-by: Maurício Meneghini Fauth 

Commit: c644e933d1d82c82ca1a0727f98b2151b87ee302
https://github.com/phpmyadmin/sql-parser/commit/c644e933d1d82c82ca1a0727f98b2151b87ee302
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
A tests/data/bugs/gh496.in
A tests/data/bugs/gh496.out
M src/Components/AlterOperation.php
M src/Components/Expression.php
M src/Statements/LoadStatement.php
M tests/Misc/BugsTest.php
M tests/Utils/ErrorTest.php
M tests/data/parser/parseLockErr2.out
M tests/data/parser/parseTransaction3.in
M tests/data/parser/parseTransaction3.out

Log Message:
---
Merge pull request #542 from MauricioFauth/fix/issue-496

Fix keywords not being recognized as table alias

Commit: 43c45e2b168fee2aa340bdcacd16d37648a6f373

[phpMyAdmin Git] [phpmyadmin/sql-parser] a447cc: Add test for issue 496

2024-01-20 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: a447cc812d6ce0c1acdb9ec1ff34671f45c5747c
https://github.com/phpmyadmin/sql-parser/commit/a447cc812d6ce0c1acdb9ec1ff34671f45c5747c
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
A tests/data/bugs/gh496.in
A tests/data/bugs/gh496.out
M tests/Misc/BugsTest.php

Log Message:
---
Add test for issue 496

Signed-off-by: Maurício Meneghini Fauth 

Commit: 716d545ef87f05850c00080212f968d7cb013bc9
https://github.com/phpmyadmin/sql-parser/commit/716d545ef87f05850c00080212f968d7cb013bc9
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M src/Components/AlterOperation.php
M src/Components/Expression.php
M src/Statements/LoadStatement.php
M tests/Utils/ErrorTest.php
M tests/data/bugs/gh496.out
M tests/data/parser/parseLockErr2.out
M tests/data/parser/parseTransaction3.in
M tests/data/parser/parseTransaction3.out

Log Message:
---
Fix keywords not being recognized as table alias

Signed-off-by: Maurício Meneghini Fauth 

Commit: c644e933d1d82c82ca1a0727f98b2151b87ee302
https://github.com/phpmyadmin/sql-parser/commit/c644e933d1d82c82ca1a0727f98b2151b87ee302
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
A tests/data/bugs/gh496.in
A tests/data/bugs/gh496.out
M src/Components/AlterOperation.php
M src/Components/Expression.php
M src/Statements/LoadStatement.php
M tests/Misc/BugsTest.php
M tests/Utils/ErrorTest.php
M tests/data/parser/parseLockErr2.out
M tests/data/parser/parseTransaction3.in
M tests/data/parser/parseTransaction3.out

Log Message:
---
Merge pull request #542 from MauricioFauth/fix/issue-496

Fix keywords not being recognized as table alias

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 985157: Fix PHP notice in Utils\Error::get()

2024-01-20 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 98515793e67df12da89ebef2be4d014f09361e80
https://github.com/phpmyadmin/sql-parser/commit/98515793e67df12da89ebef2be4d014f09361e80
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Exceptions/ParserException.php
M src/Tools/TestGenerator.php
M src/Utils/Error.php
M tests/TestCase.php
M tests/Utils/ErrorTest.php

Log Message:
---
Fix PHP notice in Utils\Error::get()

PHP Notice: Trying to get property 'token' of non-object in
src/Utils/Error.php on line 54

PHP Notice: Trying to get property 'position' of non-object in
src/Utils/Error.php on line 55

Signed-off-by: Maurício Meneghini Fauth 

Commit: daffc4e0c7dbc7ab43438a1917baf082a9b8f38d
https://github.com/phpmyadmin/sql-parser/commit/daffc4e0c7dbc7ab43438a1917baf082a9b8f38d
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Exceptions/ParserException.php
M src/Tools/TestGenerator.php
M src/Utils/Error.php
M tests/TestCase.php
M tests/Utils/ErrorTest.php

Log Message:
---
Merge pull request #541 from MauricioFauth/fix-notice-error

Fix PHP notice in Utils\Error::get()

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 132fa1: Add new contexts for MySQL and MariaDB

2024-01-19 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 132fa141d1d50410188cb84263e77114e9cfce16
https://github.com/phpmyadmin/sql-parser/commit/132fa141d1d50410188cb84263e77114e9cfce16
Author: Maurício Meneghini Fauth 
Date: 2024-01-19 (Fri, 01 January 2024) -03:00

Changed paths: 
A src/Contexts/ContextMariaDb110300.php
A src/Contexts/ContextMariaDb110400.php
A src/Contexts/ContextMySql80200.php
A src/Contexts/ContextMySql80300.php
A tools/contexts/MariaDb110300.txt
A tools/contexts/MariaDb110400.txt
A tools/contexts/MySql80200.txt
A tools/contexts/MySql80300.txt
A tools/contexts/_functionsMariaDb110300.txt
A tools/contexts/_functionsMariaDb110400.txt
A tools/contexts/_functionsMySql80200.txt
A tools/contexts/_functionsMySql80300.txt
M psalm-baseline.xml
M src/Tools/ContextGenerator.php

Log Message:
---
Add new contexts for MySQL and MariaDB

New contexts for MariaDB 11.3, MariaDB 11.4, MySQL 8.2 and MySQL 8.3.

Signed-off-by: Maurício Meneghini Fauth 

Commit: d5d156441bdbde6bb2a4bf070cd18d1531b20a9b
https://github.com/phpmyadmin/sql-parser/commit/d5d156441bdbde6bb2a4bf070cd18d1531b20a9b
Author: Maurício Meneghini Fauth 
Date: 2024-01-20 (Sat, 01 January 2024) -03:00

Changed paths: 
A src/Contexts/ContextMariaDb110300.php
A src/Contexts/ContextMariaDb110400.php
A src/Contexts/ContextMySql80200.php
A src/Contexts/ContextMySql80300.php
A tools/contexts/MariaDb110300.txt
A tools/contexts/MariaDb110400.txt
A tools/contexts/MySql80200.txt
A tools/contexts/MySql80300.txt
A tools/contexts/_functionsMariaDb110300.txt
A tools/contexts/_functionsMariaDb110400.txt
A tools/contexts/_functionsMySql80200.txt
A tools/contexts/_functionsMySql80300.txt
M psalm-baseline.xml
M src/Tools/ContextGenerator.php

Log Message:
---
Merge pull request #539 from MauricioFauth/new-contexts

Add new contexts for MySQL and MariaDB

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] bb01d8: Add bin/sql-parser executable file

2024-01-18 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: bb01d8a62334922c5673e918661f1ace6b192433
https://github.com/phpmyadmin/sql-parser/commit/bb01d8a62334922c5673e918661f1ace6b192433
Author: Maurício Meneghini Fauth 
Date: 2024-01-18 (Thu, 01 January 2024) -03:00

Changed paths: 
A bin/sql-parser
M CHANGELOG.md
M composer.json
M phpstan-baseline.neon
M src/Utils/CLI.php

Log Message:
---
Add bin/sql-parser executable file

- Related to #517

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1fecd67b3e11fe4bd698761f44c9b95e0d6f980e
https://github.com/phpmyadmin/sql-parser/commit/1fecd67b3e11fe4bd698761f44c9b95e0d6f980e
Author: Maurício Meneghini Fauth 
Date: 2024-01-18 (Thu, 01 January 2024) -03:00

Changed paths: 
A bin/sql-parser
M CHANGELOG.md
M composer.json
M phpstan-baseline.neon
M src/Utils/CLI.php

Log Message:
---
Merge pull request #537 from MauricioFauth/sql-parser-bin-file

Add `bin/sql-parser` executable file

Commit: de90c2896628b546fd8b4ff8e6cd9b8fd8d50b4f
https://github.com/phpmyadmin/sql-parser/commit/de90c2896628b546fd8b4ff8e6cd9b8fd8d50b4f
Author: Maurício Meneghini Fauth 
Date: 2024-01-18 (Thu, 01 January 2024) -03:00

Changed paths: 
A bin/sql-parser
M CHANGELOG.md
M composer.json
M src/Utils/CLI.php

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

Commit: 9226b6252419d0aa919f7363970fbb9dd5dd62b6
https://github.com/phpmyadmin/sql-parser/commit/9226b6252419d0aa919f7363970fbb9dd5dd62b6
Author: Maurício Meneghini Fauth 
Date: 2024-01-18 (Thu, 01 January 2024) -03:00

Changed paths: 
M psalm-baseline.xml

Log Message:
---
Update Psalm baseline

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] bb01d8: Add bin/sql-parser executable file

2024-01-18 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: bb01d8a62334922c5673e918661f1ace6b192433
https://github.com/phpmyadmin/sql-parser/commit/bb01d8a62334922c5673e918661f1ace6b192433
Author: Maurício Meneghini Fauth 
Date: 2024-01-18 (Thu, 01 January 2024) -03:00

Changed paths: 
A bin/sql-parser
M CHANGELOG.md
M composer.json
M phpstan-baseline.neon
M src/Utils/CLI.php

Log Message:
---
Add bin/sql-parser executable file

- Related to #517

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1fecd67b3e11fe4bd698761f44c9b95e0d6f980e
https://github.com/phpmyadmin/sql-parser/commit/1fecd67b3e11fe4bd698761f44c9b95e0d6f980e
Author: Maurício Meneghini Fauth 
Date: 2024-01-18 (Thu, 01 January 2024) -03:00

Changed paths: 
A bin/sql-parser
M CHANGELOG.md
M composer.json
M phpstan-baseline.neon
M src/Utils/CLI.php

Log Message:
---
Merge pull request #537 from MauricioFauth/sql-parser-bin-file

Add `bin/sql-parser` executable file

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 958fc0: Remove invalid var annotations

2024-01-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 958fc0c00a95ad44cef4a62c63e87d91195ba26f
https://github.com/phpmyadmin/sql-parser/commit/958fc0c00a95ad44cef4a62c63e87d91195ba26f
Author: Maurício Meneghini Fauth 
Date: 2024-01-16 (Tue, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
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/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/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/WithStatement.php
M src/Tools/TestGenerator.php
M src/Utils/BufferedQuery.php
M src/Utils/Formatter.php
M src/Utils/Query.php

Log Message:
---
Remove invalid var annotations

Most of them are obvious or wrong.

Signed-off-by: Maurício Meneghini Fauth 

Commit: e55fadfce79e06e62cd11e902d1ec3a15566a3bb
https://github.com/phpmyadmin/sql-parser/commit/e55fadfce79e06e62cd11e902d1ec3a15566a3bb
Author: Maurício Meneghini Fauth 
Date: 2024-01-16 (Tue, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
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/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/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/WithStatement.php
M src/Tools/TestGenerator.php
M src/Utils/BufferedQuery.php
M src/Utils/Formatter.php
M src/Utils/Query.php

Log Message:
---
Merge pull request #536 from MauricioFauth/invalid-var

Remove invalid var annotations

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 9dcb6b: Fix some coding standard issues

2024-01-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9dcb6b06276a9f272075c657f73b70a8e19d131a
https://github.com/phpmyadmin/sql-parser/commit/9dcb6b06276a9f272075c657f73b70a8e19d131a
Author: Maurício Meneghini Fauth 
Date: 2024-01-15 (Mon, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.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/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/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/Context.php
M src/Exceptions/LexerException.php
M src/Exceptions/ParserException.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.php
M src/Tools/TestGenerator.php
M src/Translator.php
M src/UtfString.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Query.php
M tests/Builder/AlterStatementTest.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/ExplainStatementTest.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/LoadStatementTest.php
M tests/Builder/RenameStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/SetStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
M tests/Builder/UpdateStatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/GroupKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/AnalyzeStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/DropStatementTest.php
M tests/Parser/ExplainStatementTest.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/LockStatementTest.php
M tests/Parser/ParserLongExportsTest.php
M tests/Parser/ParserTest.php
M tests/Parser/PurgeStatementTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php

Log Message:
---
Fix some coding standard issues

Signed-off-by: Maurício Meneghini Fauth 

Commit: 94f2db2fd7dded6ba251bf15e4645b5d19b10a35
https://github.com/phpmyadmin/sql-parser/commit/94f2db2fd7dded6ba251bf15e4645b5d19b10a35
Author: Maurício Meneghini Fauth 
Date: 2024-01-15 (Mon, 01 January 2024) -03:00

Changed paths: 
M phpcs.xml.dist
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.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/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/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M 

[phpMyAdmin Git] [phpmyadmin/sql-parser] 91254c: Translated using Weblate (Macedonian)

2023-12-26 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 91254c1d79820f046a1c0c8f64caf52b52b9f2b5
https://github.com/phpmyadmin/sql-parser/commit/91254c1d79820f046a1c0c8f64caf52b52b9f2b5
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-12-26 (Tue, 12 December 2023) +01:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 100.0% (53 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

Commit: 0889342e7dc9c71b4e1aadd8fec448e3618e8570
https://github.com/phpmyadmin/sql-parser/commit/0889342e7dc9c71b4e1aadd8fec448e3618e8570
Author: Luis Gomes 
Date: 2023-12-26 (Tue, 12 December 2023) +01:00

Changed paths: 
M locale/pt/LC_MESSAGES/sqlparser.mo
M locale/pt/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Portuguese)

Currently translated at 94.3% (50 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pt/
Signed-off-by: Luis Gomes 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] cbd277: Translated using Weblate (Macedonian)

2023-12-23 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: cbd277007bd5ae8ee20697c0a595044133e00b83
https://github.com/phpmyadmin/sql-parser/commit/cbd277007bd5ae8ee20697c0a595044133e00b83
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-12-24 (Sun, 12 December 2023) +01:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 96.2% (51 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 0c2e83: Translated using Weblate (Macedonian)

2023-12-22 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 0c2e830e42c896b72b66bb2ae774ace21b6ce1f3
https://github.com/phpmyadmin/sql-parser/commit/0c2e830e42c896b72b66bb2ae774ace21b6ce1f3
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-12-23 (Sat, 12 December 2023) +00:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 90.5% (48 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 7215c9: Translated using Weblate (Macedonian)

2023-12-21 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 7215c91c93da849956490ee79a51040b7ce0bd10
https://github.com/phpmyadmin/sql-parser/commit/7215c91c93da849956490ee79a51040b7ce0bd10
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-12-21 (Thu, 12 December 2023) +01:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 88.6% (47 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 59886d: Translated using Weblate (Macedonian)

2023-11-06 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 59886d90345982b20ab6ad0812b091d6e2989ffe
https://github.com/phpmyadmin/sql-parser/commit/59886d90345982b20ab6ad0812b091d6e2989ffe
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-11-07 (Tue, 11 November 2023) +01:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 84.9% (45 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] d5d9bb: Translated using Weblate (Macedonian)

2023-11-04 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: d5d9bb71c13a1fc3e2010f995cfdc99fa9a8068f
https://github.com/phpmyadmin/sql-parser/commit/d5d9bb71c13a1fc3e2010f995cfdc99fa9a8068f
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-11-05 (Sun, 11 November 2023) +01:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 79.2% (42 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 9690e8: Translated using Weblate (Macedonian)

2023-11-03 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9690e8582bcc16816b34fdad4dc418ab8b9b36d8
https://github.com/phpmyadmin/sql-parser/commit/9690e8582bcc16816b34fdad4dc418ab8b9b36d8
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-11-03 (Fri, 11 November 2023) +00:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 77.3% (41 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 09f5f8: Translated using Weblate (Macedonian)

2023-11-01 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 09f5f8e29f7458e87da6f458e1d286cf76fde46f
https://github.com/phpmyadmin/sql-parser/commit/09f5f8e29f7458e87da6f458e1d286cf76fde46f
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-11-01 (Wed, 11 November 2023) +00:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 73.5% (39 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 9db9c5: Translated using Weblate (Macedonian)

2023-10-31 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9db9c53c2af74b71c71c1f1367683a7b2cb41be7
https://github.com/phpmyadmin/sql-parser/commit/9db9c53c2af74b71c71c1f1367683a7b2cb41be7
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-10-31 (Tue, 10 October 2023) +01:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 69.8% (37 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 08f465: Translated using Weblate (Macedonian)

2023-10-20 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 08f465a54ac6724537e9a9567731e07abe6d8b28
https://github.com/phpmyadmin/sql-parser/commit/08f465a54ac6724537e9a9567731e07abe6d8b28
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-10-21 (Sat, 10 October 2023) +02:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 67.9% (36 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 18308b: Fix bugs/gh498 fixture

2023-09-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 18308bceaf523f4bd05cd1b7d9de5548074661fb
https://github.com/phpmyadmin/sql-parser/commit/18308bceaf523f4bd05cd1b7d9de5548074661fb
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
M tests/data/bugs/gh498.out

Log Message:
---
Fix bugs/gh498 fixture

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 349a81: Add test for #498

2023-09-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 349a8116a2cd51b5483947a17cae7330eaa5cb6d
https://github.com/phpmyadmin/sql-parser/commit/349a8116a2cd51b5483947a17cae7330eaa5cb6d
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh498.in
A tests/data/bugs/gh498.out
M tests/Misc/BugsTest.php

Log Message:
---
Add test for #498

Signed-off-by: Maurício Meneghini Fauth 

Commit: 66219412c4d2b11b46f9e404071987441d9daedd
https://github.com/phpmyadmin/sql-parser/commit/66219412c4d2b11b46f9e404071987441d9daedd
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
M phpstan-baseline.neon
M src/Components/Limit.php
M tests/data/bugs/gh498.out

Log Message:
---
Fix bind parameter in LIMIT OFFSET

- Fixes #498

Signed-off-by: Maurício Meneghini Fauth 

Commit: 4e288e8ef0f3ee19e78d12b6bd8fd99a9e35fce5
https://github.com/phpmyadmin/sql-parser/commit/4e288e8ef0f3ee19e78d12b6bd8fd99a9e35fce5
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh498.in
A tests/data/bugs/gh498.out
M phpstan-baseline.neon
M src/Components/Limit.php
M tests/Misc/BugsTest.php

Log Message:
---
Merge pull request #516 from MauricioFauth/limit-param

Fix bind parameter in LIMIT OFFSET

Commit: a6d95accd80e1f08cbadf91da8c0bd616960310e
https://github.com/phpmyadmin/sql-parser/commit/a6d95accd80e1f08cbadf91da8c0bd616960310e
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh498.in
A tests/data/bugs/gh498.out
M phpstan-baseline.neon
M src/Components/Limit.php
M tests/Misc/BugsTest.php

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 349a81: Add test for #498

2023-09-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 349a8116a2cd51b5483947a17cae7330eaa5cb6d
https://github.com/phpmyadmin/sql-parser/commit/349a8116a2cd51b5483947a17cae7330eaa5cb6d
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh498.in
A tests/data/bugs/gh498.out
M tests/Misc/BugsTest.php

Log Message:
---
Add test for #498

Signed-off-by: Maurício Meneghini Fauth 

Commit: 66219412c4d2b11b46f9e404071987441d9daedd
https://github.com/phpmyadmin/sql-parser/commit/66219412c4d2b11b46f9e404071987441d9daedd
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
M phpstan-baseline.neon
M src/Components/Limit.php
M tests/data/bugs/gh498.out

Log Message:
---
Fix bind parameter in LIMIT OFFSET

- Fixes #498

Signed-off-by: Maurício Meneghini Fauth 

Commit: 4e288e8ef0f3ee19e78d12b6bd8fd99a9e35fce5
https://github.com/phpmyadmin/sql-parser/commit/4e288e8ef0f3ee19e78d12b6bd8fd99a9e35fce5
Author: Maurício Meneghini Fauth 
Date: 2023-09-27 (Wed, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh498.in
A tests/data/bugs/gh498.out
M phpstan-baseline.neon
M src/Components/Limit.php
M tests/Misc/BugsTest.php

Log Message:
---
Merge pull request #516 from MauricioFauth/limit-param

Fix bind parameter in LIMIT OFFSET

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 170dbe: Fix using ? as a parameter

2023-09-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5400fd323992af
Author: Maurício Meneghini Fauth 
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 

Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08fc1d90f5d621f3
Author: Maurício Meneghini Fauth 
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/f7b692079f5d9657719acfab094ac733d72c2008
Author: Maurício Meneghini Fauth 
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 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 170dbe: Fix using ? as a parameter

2023-09-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5400fd323992af
Author: Maurício Meneghini Fauth 
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 

Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08fc1d90f5d621f3
Author: Maurício Meneghini Fauth 
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

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 147f47: Add Lexer::parse method to explicit call parser methods

2023-09-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 147f470443fcb1543c9b0bba82ea2a68a67562db
https://github.com/phpmyadmin/sql-parser/commit/147f470443fcb1543c9b0bba82ea2a68a67562db
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Lexer.php

Log Message:
---
Add Lexer::parse method to explicit call parser methods

Signed-off-by: Maurício Meneghini Fauth 

Commit: a870bca40f28fe1fc9c8bd1dc90102bb8819c2b4
https://github.com/phpmyadmin/sql-parser/commit/a870bca40f28fe1fc9c8bd1dc90102bb8819c2b4
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Lexer.php

Log Message:
---
Merge pull request #514 from MauricioFauth/lexer-parse-method

Add Lexer::parse method to explicit call parser methods

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] adfe31: Fix ALTER regression

2023-09-19 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425
https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9e5cfeb5513425
Author: Maurício Meneghini Fauth 
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 

Commit: ab6f797c47765da436b4eae585b85f9256d637ab
https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b85f9256d637ab
Author: Maurício Meneghini Fauth 
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/f1720ae19abe6294cb5599594a8a57bc3c8cc287
Author: Maurício Meneghini Fauth 
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 

Commit: ec459f7b40e6636eaf3946c3f1f286118e61a78c
https://github.com/phpmyadmin/sql-parser/commit/ec459f7b40e6636eaf3946c3f1f286118e61a78c
Author: Maurício Meneghini Fauth 
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 

Commit: 4077a826d530223abcbc0394fd67e400e5f9e15f
https://github.com/phpmyadmin/sql-parser/commit/4077a826d530223abcbc0394fd67e400e5f9e15f
Author: Maurício Meneghini Fauth 
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 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] adfe31: Fix ALTER regression

2023-09-19 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425
https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9e5cfeb5513425
Author: Maurício Meneghini Fauth 
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 

Commit: ab6f797c47765da436b4eae585b85f9256d637ab
https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b85f9256d637ab
Author: Maurício Meneghini Fauth 
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/f1720ae19abe6294cb5599594a8a57bc3c8cc287
Author: Maurício Meneghini Fauth 
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 

Commit: ec459f7b40e6636eaf3946c3f1f286118e61a78c
https://github.com/phpmyadmin/sql-parser/commit/ec459f7b40e6636eaf3946c3f1f286118e61a78c
Author: Maurício Meneghini Fauth 
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 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] f1720a: Prepare for release 5.8.2

2023-09-19 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: f1720ae19abe6294cb5599594a8a57bc3c8cc287
https://github.com/phpmyadmin/sql-parser/commit/f1720ae19abe6294cb5599594a8a57bc3c8cc287
Author: Maurício Meneghini Fauth 
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 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] adfe31: Fix ALTER regression

2023-09-19 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: adfe31461c05b5861411f18f8c9e5cfeb5513425
https://github.com/phpmyadmin/sql-parser/commit/adfe31461c05b5861411f18f8c9e5cfeb5513425
Author: Maurício Meneghini Fauth 
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 

Commit: ab6f797c47765da436b4eae585b85f9256d637ab
https://github.com/phpmyadmin/sql-parser/commit/ab6f797c47765da436b4eae585b85f9256d637ab
Author: Maurício Meneghini Fauth 
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

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] cb58d5: Add missing context files for MariaDB and MySQL

2023-09-17 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: cb58d585a85e88fcd5b53f807358205e488b34f3
https://github.com/phpmyadmin/sql-parser/commit/cb58d585a85e88fcd5b53f807358205e488b34f3
Author: Maurício Meneghini Fauth 
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/ContextMariaDb11.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/MariaDb11.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/_functionsMariaDb11.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 

Commit: d4581b8c3deb1793484e76632b4282b9e584c5c2
https://github.com/phpmyadmin/sql-parser/commit/d4581b8c3deb1793484e76632b4282b9e584c5c2
Author: Maurício Meneghini Fauth 
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/ContextMariaDb11.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/MariaDb11.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/_functionsMariaDb11.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 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] cb58d5: Add missing context files for MariaDB and MySQL

2023-09-17 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: cb58d585a85e88fcd5b53f807358205e488b34f3
https://github.com/phpmyadmin/sql-parser/commit/cb58d585a85e88fcd5b53f807358205e488b34f3
Author: Maurício Meneghini Fauth 
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/ContextMariaDb11.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/MariaDb11.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/_functionsMariaDb11.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 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1be109: Remove unreleased header for 5.8.x change log file

2023-09-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1be109e36b382bd82156c865d46f1e84b070752b
https://github.com/phpmyadmin/sql-parser/commit/1be109e36b382bd82156c865d46f1e84b070752b
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Remove unreleased header for 5.8.x change log file

A new section should be added for a new 5.8 release.

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1aef3c8350a8b450e5e6d10b55e7a4387db7d44c
https://github.com/phpmyadmin/sql-parser/commit/1aef3c8350a8b450e5e6d10b55e7a4387db7d44c
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Merge branch '5.8.x' into 5.9.x

Signed-off-by: Maurício Meneghini Fauth 

Commit: 3f50a4dc3a5731cda92d0dba23d4aac70cd4542c
https://github.com/phpmyadmin/sql-parser/commit/3f50a4dc3a5731cda92d0dba23d4aac70cd4542c
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1be109: Remove unreleased header for 5.8.x change log file

2023-09-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1be109e36b382bd82156c865d46f1e84b070752b
https://github.com/phpmyadmin/sql-parser/commit/1be109e36b382bd82156c865d46f1e84b070752b
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Remove unreleased header for 5.8.x change log file

A new section should be added for a new 5.8 release.

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: 1aef3c8350a8b450e5e6d10b55e7a4387db7d44c
https://github.com/phpmyadmin/sql-parser/commit/1aef3c8350a8b450e5e6d10b55e7a4387db7d44c
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Merge branch '5.8.x' into 5.9.x

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1be109: Remove unreleased header for 5.8.x change log file

2023-09-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1be109e36b382bd82156c865d46f1e84b070752b
https://github.com/phpmyadmin/sql-parser/commit/1be109e36b382bd82156c865d46f1e84b070752b
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Remove unreleased header for 5.8.x change log file

A new section should be added for a new 5.8 release.

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 8b3ab2: Fix implicit conversion from float to int in AlterOperation

2023-09-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 8b3ab22de35421d52563740513d3cfb38b8244a6
https://github.com/phpmyadmin/sql-parser/commit/8b3ab22de35421d52563740513d3cfb38b8244a6
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz1.in
A tests/data/bugs/fuzz1.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M tests/Misc/BugsTest.php

Log Message:
---
Fix implicit conversion from float to int in AlterOperation

Signed-off-by: Maurício Meneghini Fauth 

Commit: fb8fe989e578b231c729ab6e3f64de3ab4cf6f5a
https://github.com/phpmyadmin/sql-parser/commit/fb8fe989e578b231c729ab6e3f64de3ab4cf6f5a
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz2.in
A tests/data/bugs/fuzz2.out
M src/Statements/WithStatement.php
M tests/Misc/BugsTest.php

Log Message:
---
Fix undefined array key in WithStatement

The CTE name must be a valid identifier.

Signed-off-by: Maurício Meneghini Fauth 

Commit: b91a3a92b5f24f7ca3e0541e7ca3509321804077
https://github.com/phpmyadmin/sql-parser/commit/b91a3a92b5f24f7ca3e0541e7ca3509321804077
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz3.in
A tests/data/bugs/fuzz3.out
M src/Components/ArrayObj.php
M src/Statements/WithStatement.php
M tests/Misc/BugsTest.php
M tests/data/parser/parseArrayErr3.out

Log Message:
---
Fix undefined array key in WithStatement

Check if CTE column brackets was closed.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 3a02adeb0de60c0e7d60b5605eccb255dcc072dd
https://github.com/phpmyadmin/sql-parser/commit/3a02adeb0de60c0e7d60b5605eccb255dcc072dd
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz4.in
A tests/data/bugs/fuzz4.out
M src/Statements/AlterStatement.php
M tests/Misc/BugsTest.php
M tests/data/bugs/fuzz1.out

Log Message:
---
Fix undefined array key AlterOperation

Signed-off-by: Maurício Meneghini Fauth 

Commit: dd1e7752966bf16a0e31b110ac2643701f54ba4e
https://github.com/phpmyadmin/sql-parser/commit/dd1e7752966bf16a0e31b110ac2643701f54ba4e
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz5.in
A tests/data/bugs/fuzz5.out
A tests/data/bugs/fuzz6.in
A tests/data/bugs/fuzz6.out
M src/Token.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Fix invalid characters passed to hexdec function

Signed-off-by: Maurício Meneghini Fauth 

Commit: 445804dbdd92d76e052cec62a9778ff56652b656
https://github.com/phpmyadmin/sql-parser/commit/445804dbdd92d76e052cec62a9778ff56652b656
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz1.in
A tests/data/bugs/fuzz1.out
A tests/data/bugs/fuzz2.in
A tests/data/bugs/fuzz2.out
A tests/data/bugs/fuzz3.in
A tests/data/bugs/fuzz3.out
A tests/data/bugs/fuzz4.in
A tests/data/bugs/fuzz4.out
A tests/data/bugs/fuzz5.in
A tests/data/bugs/fuzz5.out
A tests/data/bugs/fuzz6.in
A tests/data/bugs/fuzz6.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/ArrayObj.php
M src/Statements/AlterStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out
M tests/data/parser/parseArrayErr3.out

Log Message:
---
Merge pull request #510 from MauricioFauth/fuzz-errors

Fix undefined array key errors and a deprecation

Commit: 6f769cfaf119bc2a2c9e3f03bc6932b9234f2bc2
https://github.com/phpmyadmin/sql-parser/commit/6f769cfaf119bc2a2c9e3f03bc6932b9234f2bc2
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz1.in
A tests/data/bugs/fuzz1.out
A tests/data/bugs/fuzz2.in
A tests/data/bugs/fuzz2.out
A tests/data/bugs/fuzz3.in
A tests/data/bugs/fuzz3.out
A tests/data/bugs/fuzz4.in
A tests/data/bugs/fuzz4.out
A tests/data/bugs/fuzz5.in
A tests/data/bugs/fuzz5.out
A tests/data/bugs/fuzz6.in
A tests/data/bugs/fuzz6.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/ArrayObj.php
M src/Statements/AlterStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out
M tests/data/parser/parseArrayErr3.out

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 8b3ab2: Fix implicit conversion from float to int in AlterOperation

2023-09-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 8b3ab22de35421d52563740513d3cfb38b8244a6
https://github.com/phpmyadmin/sql-parser/commit/8b3ab22de35421d52563740513d3cfb38b8244a6
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz1.in
A tests/data/bugs/fuzz1.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M tests/Misc/BugsTest.php

Log Message:
---
Fix implicit conversion from float to int in AlterOperation

Signed-off-by: Maurício Meneghini Fauth 

Commit: fb8fe989e578b231c729ab6e3f64de3ab4cf6f5a
https://github.com/phpmyadmin/sql-parser/commit/fb8fe989e578b231c729ab6e3f64de3ab4cf6f5a
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz2.in
A tests/data/bugs/fuzz2.out
M src/Statements/WithStatement.php
M tests/Misc/BugsTest.php

Log Message:
---
Fix undefined array key in WithStatement

The CTE name must be a valid identifier.

Signed-off-by: Maurício Meneghini Fauth 

Commit: b91a3a92b5f24f7ca3e0541e7ca3509321804077
https://github.com/phpmyadmin/sql-parser/commit/b91a3a92b5f24f7ca3e0541e7ca3509321804077
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz3.in
A tests/data/bugs/fuzz3.out
M src/Components/ArrayObj.php
M src/Statements/WithStatement.php
M tests/Misc/BugsTest.php
M tests/data/parser/parseArrayErr3.out

Log Message:
---
Fix undefined array key in WithStatement

Check if CTE column brackets was closed.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 3a02adeb0de60c0e7d60b5605eccb255dcc072dd
https://github.com/phpmyadmin/sql-parser/commit/3a02adeb0de60c0e7d60b5605eccb255dcc072dd
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz4.in
A tests/data/bugs/fuzz4.out
M src/Statements/AlterStatement.php
M tests/Misc/BugsTest.php
M tests/data/bugs/fuzz1.out

Log Message:
---
Fix undefined array key AlterOperation

Signed-off-by: Maurício Meneghini Fauth 

Commit: dd1e7752966bf16a0e31b110ac2643701f54ba4e
https://github.com/phpmyadmin/sql-parser/commit/dd1e7752966bf16a0e31b110ac2643701f54ba4e
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz5.in
A tests/data/bugs/fuzz5.out
A tests/data/bugs/fuzz6.in
A tests/data/bugs/fuzz6.out
M src/Token.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Fix invalid characters passed to hexdec function

Signed-off-by: Maurício Meneghini Fauth 

Commit: 445804dbdd92d76e052cec62a9778ff56652b656
https://github.com/phpmyadmin/sql-parser/commit/445804dbdd92d76e052cec62a9778ff56652b656
Author: Maurício Meneghini Fauth 
Date: 2023-09-16 (Sat, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/fuzz1.in
A tests/data/bugs/fuzz1.out
A tests/data/bugs/fuzz2.in
A tests/data/bugs/fuzz2.out
A tests/data/bugs/fuzz3.in
A tests/data/bugs/fuzz3.out
A tests/data/bugs/fuzz4.in
A tests/data/bugs/fuzz4.out
A tests/data/bugs/fuzz5.in
A tests/data/bugs/fuzz5.out
A tests/data/bugs/fuzz6.in
A tests/data/bugs/fuzz6.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/ArrayObj.php
M src/Statements/AlterStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out
M tests/data/parser/parseArrayErr3.out

Log Message:
---
Merge pull request #510 from MauricioFauth/fuzz-errors

Fix undefined array key errors and a deprecation

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] b877ee: Prepare for release 5.8.1

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: b877ee6262a00f0f498da5e01335e8a5dc01d203
https://github.com/phpmyadmin/sql-parser/commit/b877ee6262a00f0f498da5e01335e8a5dc01d203
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for release 5.8.1

Signed-off-by: Maurício Meneghini Fauth 

Commit: 07bca9959d74f8dd334ea78b9cfbb92336ed3418
https://github.com/phpmyadmin/sql-parser/commit/07bca9959d74f8dd334ea78b9cfbb92336ed3418
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: 2c40f6880714e3f4e199eec3eb2107a9dc02aac5
https://github.com/phpmyadmin/sql-parser/commit/2c40f6880714e3f4e199eec3eb2107a9dc02aac5
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Merge branch '5.8.x' into 5.9.x

Signed-off-by: Maurício Meneghini Fauth 

Commit: 3d0c3a62b8da095f2e761a7de8852a11c6e8fbb5
https://github.com/phpmyadmin/sql-parser/commit/3d0c3a62b8da095f2e761a7de8852a11c6e8fbb5
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: eccca02385c7bc1860eb50ebe6ac8c0ff48fa4ba
https://github.com/phpmyadmin/sql-parser/commit/eccca02385c7bc1860eb50ebe6ac8c0ff48fa4ba
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 07bca9: Prepare for next release

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 07bca9959d74f8dd334ea78b9cfbb92336ed3418
https://github.com/phpmyadmin/sql-parser/commit/07bca9959d74f8dd334ea78b9cfbb92336ed3418
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: 2c40f6880714e3f4e199eec3eb2107a9dc02aac5
https://github.com/phpmyadmin/sql-parser/commit/2c40f6880714e3f4e199eec3eb2107a9dc02aac5
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Merge branch '5.8.x' into 5.9.x

Signed-off-by: Maurício Meneghini Fauth 

Commit: 3d0c3a62b8da095f2e761a7de8852a11c6e8fbb5
https://github.com/phpmyadmin/sql-parser/commit/3d0c3a62b8da095f2e761a7de8852a11c6e8fbb5
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 07bca9: Prepare for next release

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 07bca9959d74f8dd334ea78b9cfbb92336ed3418
https://github.com/phpmyadmin/sql-parser/commit/07bca9959d74f8dd334ea78b9cfbb92336ed3418
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] b877ee: Prepare for release 5.8.1

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: b877ee6262a00f0f498da5e01335e8a5dc01d203
https://github.com/phpmyadmin/sql-parser/commit/b877ee6262a00f0f498da5e01335e8a5dc01d203
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for release 5.8.1

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] a353ed: Avoid upgrading zumba/json-serializer to 3.1.0

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: a353ed354e76fb445de10eb35deb0dcfd82bc2ba
https://github.com/phpmyadmin/sql-parser/commit/a353ed354e76fb445de10eb35deb0dcfd82bc2ba
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M composer.json
M phpstan-baseline.neon
M psalm-baseline.xml

Log Message:
---
Avoid upgrading zumba/json-serializer to 3.1.0

It has a bug that causes the tests to fail.

Signed-off-by: Maurício Meneghini Fauth 

Commit: c5a8c54a02ab932433d2fe3d53d04a6ad0a182fa
https://github.com/phpmyadmin/sql-parser/commit/c5a8c54a02ab932433d2fe3d53d04a6ad0a182fa
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Components/AlterOperation.php
M tests/data/parser/parseAlter3.out

Log Message:
---
Fix undefined property name in AlterOperation

Introduced by 274fc3a6d169e42b4b249dd65f6abb01fd8f7966.

Signed-off-by: Maurício Meneghini Fauth 

Commit: 796b135d10ab384e9e2d7e5b276ac08499d9ccec
https://github.com/phpmyadmin/sql-parser/commit/796b135d10ab384e9e2d7e5b276ac08499d9ccec
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh508.in
A tests/data/bugs/gh508.out
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Fix invalid hexadecimal prefix 0X

- Fixes #508

Signed-off-by: Maurício Meneghini Fauth 

Commit: 78f7b233c7da8e582835dfcc8379a3e1212b2a65
https://github.com/phpmyadmin/sql-parser/commit/78f7b233c7da8e582835dfcc8379a3e1212b2a65
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh508.in
A tests/data/bugs/gh508.out
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Merge pull request #509 from MauricioFauth/invalid-hex

Fix invalid hexadecimal prefix 0X

Commit: 0eda5b69a69584b9a081ebaf6e0e38a3449c8538
https://github.com/phpmyadmin/sql-parser/commit/0eda5b69a69584b9a081ebaf6e0e38a3449c8538
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add CHANGELOG entry for #508

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

Commit: ab0866954e621bda0d7ebccae74913ea5f7e9746
https://github.com/phpmyadmin/sql-parser/commit/ab0866954e621bda0d7ebccae74913ea5f7e9746
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh508.in
A tests/data/bugs/gh508.out
M CHANGELOG.md
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Merge branch '5.8.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 0eda5b: Add CHANGELOG entry for #508

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 0eda5b69a69584b9a081ebaf6e0e38a3449c8538
https://github.com/phpmyadmin/sql-parser/commit/0eda5b69a69584b9a081ebaf6e0e38a3449c8538
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add CHANGELOG entry for #508

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 796b13: Fix invalid hexadecimal prefix 0X

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 796b135d10ab384e9e2d7e5b276ac08499d9ccec
https://github.com/phpmyadmin/sql-parser/commit/796b135d10ab384e9e2d7e5b276ac08499d9ccec
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh508.in
A tests/data/bugs/gh508.out
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Fix invalid hexadecimal prefix 0X

- Fixes #508

Signed-off-by: Maurício Meneghini Fauth 

Commit: 78f7b233c7da8e582835dfcc8379a3e1212b2a65
https://github.com/phpmyadmin/sql-parser/commit/78f7b233c7da8e582835dfcc8379a3e1212b2a65
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh508.in
A tests/data/bugs/gh508.out
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/data/lexer/lexNumber.in
M tests/data/lexer/lexNumber.out

Log Message:
---
Merge pull request #509 from MauricioFauth/invalid-hex

Fix invalid hexadecimal prefix 0X

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] c5a8c5: Fix undefined property name in AlterOperation

2023-09-15 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: c5a8c54a02ab932433d2fe3d53d04a6ad0a182fa
https://github.com/phpmyadmin/sql-parser/commit/c5a8c54a02ab932433d2fe3d53d04a6ad0a182fa
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Components/AlterOperation.php
M tests/data/parser/parseAlter3.out

Log Message:
---
Fix undefined property name in AlterOperation

Introduced by 274fc3a6d169e42b4b249dd65f6abb01fd8f7966.

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] a353ed: Avoid upgrading zumba/json-serializer to 3.1.0

2023-09-14 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: a353ed354e76fb445de10eb35deb0dcfd82bc2ba
https://github.com/phpmyadmin/sql-parser/commit/a353ed354e76fb445de10eb35deb0dcfd82bc2ba
Author: Maurício Meneghini Fauth 
Date: 2023-09-15 (Fri, 09 September 2023) -03:00

Changed paths: 
M composer.json
M phpstan-baseline.neon
M psalm-baseline.xml

Log Message:
---
Avoid upgrading zumba/json-serializer to 3.1.0

It has a bug that causes the tests to fail.

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] fb8160: Update psalm baseline

2023-06-29 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: fb81601c24c2087580df36eb7b6b1bfaf01f6ded
https://github.com/phpmyadmin/sql-parser/commit/fb81601c24c2087580df36eb7b6b1bfaf01f6ded
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M psalm-baseline.xml

Log Message:
---
Update psalm baseline

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] f9da4e: Split up Context::escape()

2023-06-09 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: f9da4ee251f9d1001dcc958be5d7cb3b41df23c3
https://github.com/phpmyadmin/sql-parser/commit/f9da4ee251f9d1001dcc958be5d7cb3b41df23c3
Author: Kamil Tekiela 
Date: 2023-06-09 (Fri, 06 June 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/Expression.php
M src/Components/Reference.php
M src/Context.php
M tests/Lexer/ContextTest.php

Log Message:
---
Split up Context::escape()

Signed-off-by: Kamil Tekiela 

Commit: 875ce2bb1b2a553c6e810fc4c740a9402ca3affb
https://github.com/phpmyadmin/sql-parser/commit/875ce2bb1b2a553c6e810fc4c740a9402ca3affb
Author: Maurício Meneghini Fauth 
Date: 2023-06-09 (Fri, 06 June 2023) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/Expression.php
M src/Components/Reference.php
M src/Context.php
M tests/Lexer/ContextTest.php

Log Message:
---
Merge pull request #480 from kamil-tekiela/Context-escape

Split up Context::escape()

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 9faa4c: Set native types from count

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9faa4c37ec1373d82983ace1057f9c83e32c099e
https://github.com/phpmyadmin/sql-parser/commit/9faa4c37ec1373d82983ace1057f9c83e32c099e
Author: Kamil Tekiela 
Date: 2023-06-07 (Wed, 06 June 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/OptionsArray.php
M src/Core.php
M src/Statement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/SelectStatement.php
M src/Statements/WithStatement.php
M src/Utils/CLI.php
M src/Utils/Error.php

Log Message:
---
Set native types from count

Signed-off-by: Kamil Tekiela 

Commit: 79809709eed47537fccac2cbb6b4b7ace0f5277a
https://github.com/phpmyadmin/sql-parser/commit/79809709eed47537fccac2cbb6b4b7ace0f5277a
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/OptionsArray.php
M src/Core.php
M src/Statement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/SelectStatement.php
M src/Statements/WithStatement.php
M src/Utils/CLI.php
M src/Utils/Error.php

Log Message:
---
Merge pull request #463 from kamil-tekiela/Set-types-from-count

Set native types from count

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 0b2054: Remove unused assigments

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 0b2054c6ebd523aaa2260991cb68c7f1115a6a43
https://github.com/phpmyadmin/sql-parser/commit/0b2054c6ebd523aaa2260991cb68c7f1115a6a43
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Token.php
M src/UtfString.php

Log Message:
---
Remove unused assigments

Signed-off-by: Kamil Tekiela 

Commit: ee2118c89944849168c081406672d521a67c53d8
https://github.com/phpmyadmin/sql-parser/commit/ee2118c89944849168c081406672d521a67c53d8
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Token.php
M src/UtfString.php

Log Message:
---
Merge pull request #464 from kamil-tekiela/Unused-assigments

Remove unused assignments

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 539462: Fix a coding standard issue

2023-06-07 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 539462de26f41adcceab217d2b27e35c74556951
https://github.com/phpmyadmin/sql-parser/commit/539462de26f41adcceab217d2b27e35c74556951
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Tools/ContextGenerator.php

Log Message:
---
Fix a coding standard issue

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1eaaa0: Add less specific Psalm-var

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1eaaa0cb9786234ab5e8828199df56a47c78ae8e
https://github.com/phpmyadmin/sql-parser/commit/1eaaa0cb9786234ab5e8828199df56a47c78ae8e
Author: Kamil Tekiela 
Date: 2023-06-02 (Fri, 06 June 2023) +01:00

Changed paths: 
M psalm-baseline.xml
M src/Context.php
M src/Contexts/ContextMariaDb10.php
M src/Contexts/ContextMariaDb100100.php
M src/Contexts/ContextMariaDb100200.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMariaDb100400.php
M src/Contexts/ContextMariaDb100500.php
M src/Contexts/ContextMariaDb100600.php
M src/Contexts/ContextMySql5.php
M src/Contexts/ContextMySql50100.php
M src/Contexts/ContextMySql50500.php
M src/Contexts/ContextMySql50600.php
M src/Contexts/ContextMySql50700.php
M src/Contexts/ContextMySql8.php
M src/Tools/ContextGenerator.php
M tests/Tools/templates/TestContext.php

Log Message:
---
Add less specific Psalm-var

Signed-off-by: Kamil Tekiela 

Commit: 8ed826cdd90c9462e96973d2e6add5e0296b7358
https://github.com/phpmyadmin/sql-parser/commit/8ed826cdd90c9462e96973d2e6add5e0296b7358
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Context.php
M src/Contexts/ContextMariaDb10.php
M src/Contexts/ContextMariaDb100100.php
M src/Contexts/ContextMariaDb100200.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMariaDb100400.php
M src/Contexts/ContextMariaDb100500.php
M src/Contexts/ContextMariaDb100600.php
M src/Contexts/ContextMySql5.php
M src/Contexts/ContextMySql50100.php
M src/Contexts/ContextMySql50500.php
M src/Contexts/ContextMySql50600.php
M src/Contexts/ContextMySql50700.php
M src/Contexts/ContextMySql8.php
M src/Tools/ContextGenerator.php
M tests/Tools/templates/TestContext.php

Log Message:
---
Merge pull request #472 from kamil-tekiela/Add-less-specific-Psalm-var

Add less specific Psalm-var

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 6f91db: Use match instead of switch

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 6f91dbb96a1c335377a0ce5f1f5bb26cba71b49b
https://github.com/phpmyadmin/sql-parser/commit/6f91dbb96a1c335377a0ce5f1f5bb26cba71b49b
Author: Kamil Tekiela 
Date: 2023-06-02 (Fri, 06 June 2023) +01:00

Changed paths: 
M src/Context.php

Log Message:
---
Use match instead of switch

Signed-off-by: Kamil Tekiela 

Commit: 8a5a89687e0c8740b1477de3d6737f87bda7c171
https://github.com/phpmyadmin/sql-parser/commit/8a5a89687e0c8740b1477de3d6737f87bda7c171
Author: Kamil Tekiela 
Date: 2023-06-02 (Fri, 06 June 2023) +01:00

Changed paths: 
M src/Context.php

Log Message:
---
Replace static with self

Signed-off-by: Kamil Tekiela 

Commit: 89d77b80d574980556ba66f43a6cede5bd8e3fc4
https://github.com/phpmyadmin/sql-parser/commit/89d77b80d574980556ba66f43a6cede5bd8e3fc4
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Context.php

Log Message:
---
Merge pull request #473 from kamil-tekiela/Use-match-instead-of-switch

Use match instead of switch

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 384b2f: Add native types

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 384b2f1e79bc19610b0054bea9ba8bacfb7780aa
https://github.com/phpmyadmin/sql-parser/commit/384b2f1e79bc19610b0054bea9ba8bacfb7780aa
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Statements/CallStatement.php
M src/Statements/CreateStatement.php
M src/Statements/RenameStatement.php
M src/Statements/TruncateStatement.php
M src/UtfString.php
M src/Utils/CLI.php
M src/Utils/Formatter.php
M src/Utils/Query.php

Log Message:
---
Add native types

Signed-off-by: Kamil Tekiela 

Commit: 332054f160df71590dc97887807ce3168580d234
https://github.com/phpmyadmin/sql-parser/commit/332054f160df71590dc97887807ce3168580d234
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Statements/CallStatement.php
M src/Statements/CreateStatement.php
M src/Statements/RenameStatement.php
M src/Statements/TruncateStatement.php
M src/UtfString.php
M src/Utils/CLI.php
M src/Utils/Formatter.php
M src/Utils/Query.php

Log Message:
---
Merge pull request #465 from kamil-tekiela/More-known-types

Add native types

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 91f820: Merge else if

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 91f820c82cee2920ce9be89496054a4c21896635
https://github.com/phpmyadmin/sql-parser/commit/91f820c82cee2920ce9be89496054a4c21896635
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Components/CaseExpression.php
M src/Parser.php
M src/Utils/Formatter.php

Log Message:
---
Merge else if

Signed-off-by: Kamil Tekiela 

Commit: d42b4029985dc894cdd3e4661e0e02b5affa1329
https://github.com/phpmyadmin/sql-parser/commit/d42b4029985dc894cdd3e4661e0e02b5affa1329
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Components/CaseExpression.php
M src/Parser.php
M src/Utils/Formatter.php

Log Message:
---
Merge pull request #466 from kamil-tekiela/merge-else-if

Merge else if

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] ad6fe1: Add native void type

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: ad6fe11dcaec554d8d4cde7e70460a151cbf2725
https://github.com/phpmyadmin/sql-parser/commit/ad6fe11dcaec554d8d4cde7e70460a151cbf2725
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Components/IntoKeyword.php
M src/Components/OptionsArray.php
M src/Context.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/WithStatement.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/TestGenerator.php
M src/Translator.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php

Log Message:
---
Add native void type

Signed-off-by: Kamil Tekiela 

Commit: 2146f7c915f48d9fd43931c880e0a9b133344b9e
https://github.com/phpmyadmin/sql-parser/commit/2146f7c915f48d9fd43931c880e0a9b133344b9e
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Components/IntoKeyword.php
M src/Components/OptionsArray.php
M src/Context.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/WithStatement.php
M src/TokensList.php
M src/Tools/ContextGenerator.php
M src/Tools/TestGenerator.php
M src/Translator.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php

Log Message:
---
Merge pull request #461 from kamil-tekiela/void

Add native void type

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] d25cf7: Narrow down return types

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: d25cf7edff7fee390fefe749d29edcea6034ffa0
https://github.com/phpmyadmin/sql-parser/commit/d25cf7edff7fee390fefe749d29edcea6034ffa0
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Utils/CLI.php

Log Message:
---
Narrow down return types

Signed-off-by: Kamil Tekiela 

Commit: beec85cfe39f3073cba7981abb0acb35764ea454
https://github.com/phpmyadmin/sql-parser/commit/beec85cfe39f3073cba7981abb0acb35764ea454
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Utils/CLI.php

Log Message:
---
Merge pull request #460 from kamil-tekiela/narrow-down-types

Narrow down return types

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] c764c2: Simplify switch

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: c764c2bf5f4926e9de54003dc03d339e6a4fba42
https://github.com/phpmyadmin/sql-parser/commit/c764c2bf5f4926e9de54003dc03d339e6a4fba42
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Tools/ContextGenerator.php

Log Message:
---
Simplify switch

Signed-off-by: Kamil Tekiela 

Commit: ff59be1012e18fe92a18f32a29d6ca70c743c5ee
https://github.com/phpmyadmin/sql-parser/commit/ff59be1012e18fe92a18f32a29d6ca70c743c5ee
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Tools/ContextGenerator.php

Log Message:
---
Merge pull request #462 from kamil-tekiela/Simplify-switch

Simplify switch

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] a5e125: Remove unnecessary continue

2023-06-07 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: a5e125a0dc890e61b1a4fc024dd0df827e3a69e6
https://github.com/phpmyadmin/sql-parser/commit/a5e125a0dc890e61b1a4fc024dd0df827e3a69e6
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Components/ParameterDefinition.php

Log Message:
---
Remove unnecessary continue

Signed-off-by: Kamil Tekiela 

Commit: 543c4e9210de74de6db5b5be47168b2b577df74f
https://github.com/phpmyadmin/sql-parser/commit/543c4e9210de74de6db5b5be47168b2b577df74f
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Statements/CreateStatement.php
M src/Utils/BufferedQuery.php

Log Message:
---
Remove unnecessary elseif

Signed-off-by: Kamil Tekiela 

Commit: 87af0c9ac5973aa927a1fea2ed649ebc11ee1af0
https://github.com/phpmyadmin/sql-parser/commit/87af0c9ac5973aa927a1fea2ed649ebc11ee1af0
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M src/Components/ParameterDefinition.php
M src/Statements/CreateStatement.php
M src/Utils/BufferedQuery.php

Log Message:
---
Merge pull request #468 from kamil-tekiela/remove-elseif

Remove elseif

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 19f6db: Add composer.json extra.branch-alias setting

2023-06-07 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 19f6db10e44e2b032eeb345d0df4af173f706e41
https://github.com/phpmyadmin/sql-parser/commit/19f6db10e44e2b032eeb345d0df4af173f706e41
Author: Maurício Meneghini Fauth 
Date: 2023-06-07 (Wed, 06 June 2023) -03:00

Changed paths: 
M composer.json

Log Message:
---
Add composer.json extra.branch-alias setting

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] aaac48: Drop USE_UTF_STRINGS constant

2023-06-05 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: aaac48b4be4d5a8081bca5fed12bc4c8e4373718
https://github.com/phpmyadmin/sql-parser/commit/aaac48b4be4d5a8081bca5fed12bc4c8e4373718
Author: Kamil Tekiela 
Date: 2023-06-02 (Fri, 06 June 2023) +01:00

Changed paths: 
M phpstan.neon.dist
M psalm-baseline.xml
M src/Lexer.php

Log Message:
---
Drop USE_UTF_STRINGS constant

Signed-off-by: Kamil Tekiela 

Commit: f879250cf64936c89fc3bd80c8c4b977961899bd
https://github.com/phpmyadmin/sql-parser/commit/f879250cf64936c89fc3bd80c8c4b977961899bd
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M phpstan.neon.dist
M psalm-baseline.xml
M src/Lexer.php

Log Message:
---
Merge #471 - Drop USE_UTF_STRINGS constant

Pull-request: #471

Signed-off-by: William Desportes 

Commit: a027c3bb27dd07d2e7559b79fdd1d3184b612b3d
https://github.com/phpmyadmin/sql-parser/commit/a027c3bb27dd07d2e7559b79fdd1d3184b612b3d
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add a CHANGELOG entry for #471

Pull-request: #471

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] bf12b8: Strict array type

2023-06-05 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: bf12b8e90a2cebb7a9325eb9c73ce0d1157e5466
https://github.com/phpmyadmin/sql-parser/commit/bf12b8e90a2cebb7a9325eb9c73ce0d1157e5466
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Components/ArrayObj.php
M src/Components/DataType.php
M src/Components/Key.php
M src/Statements/SelectStatement.php
M src/TokensList.php

Log Message:
---
Strict array type

Signed-off-by: Kamil Tekiela 

Commit: c73d0dc73cd6691917be01b7e0112091e0180ebd
https://github.com/phpmyadmin/sql-parser/commit/c73d0dc73cd6691917be01b7e0112091e0180ebd
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Utils/Query.php

Log Message:
---
Manually adjust the rest

Signed-off-by: Kamil Tekiela 

Commit: f08db11bf4024f84bebf447e0efad08c1c926865
https://github.com/phpmyadmin/sql-parser/commit/f08db11bf4024f84bebf447e0efad08c1c926865
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/IndexHint.php

Log Message:
---
Fix type hint in IndexHint

Signed-off-by: Kamil Tekiela 

Commit: 1d7933f2e337f8f1582cf5588a213d84a7ed016e
https://github.com/phpmyadmin/sql-parser/commit/1d7933f2e337f8f1582cf5588a213d84a7ed016e
Author: Kamil Tekiela 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/IndexHint.php

Log Message:
---
Fix type hint in IndexHint

Signed-off-by: Kamil Tekiela 

Commit: 595f82a90ac78e4440d1232f1a9f3cf7cc7d3a81
https://github.com/phpmyadmin/sql-parser/commit/595f82a90ac78e4440d1232f1a9f3cf7cc7d3a81
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/IndexHint.php

Log Message:
---
Merge #469 - Fix type hint in IndexHint

Pull-request: #469

Signed-off-by: William Desportes 

Commit: 5f0da174079fc94f351cad797128510af511b997
https://github.com/phpmyadmin/sql-parser/commit/5f0da174079fc94f351cad797128510af511b997
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M src/Components/ArrayObj.php
M src/Components/DataType.php
M src/Components/Key.php
M src/Statements/SelectStatement.php
M src/TokensList.php
M src/Utils/Query.php

Log Message:
---
Merge #467 - Use a strict array type

Pull-request: #467

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1d7933: Fix type hint in IndexHint

2023-06-05 Thread Kamil Tekiela
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1d7933f2e337f8f1582cf5588a213d84a7ed016e
https://github.com/phpmyadmin/sql-parser/commit/1d7933f2e337f8f1582cf5588a213d84a7ed016e
Author: Kamil Tekiela 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/IndexHint.php

Log Message:
---
Fix type hint in IndexHint

Signed-off-by: Kamil Tekiela 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 90a94f: Fix #450 Parsing insert queries with functions trims commas

2023-06-05 Thread Hugues Peccatte
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 90a94fc7551a25c59ab5a7c86dd08cb66ff95753
https://github.com/phpmyadmin/sql-parser/commit/90a94fc7551a25c59ab5a7c86dd08cb66ff95753
Author: Hugues Peccatte 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
A tests/data/parser/parseInsertFunction.in
A tests/data/parser/parseInsertFunction.out
M src/Components/ArrayObj.php
M tests/Parser/InsertStatementTest.php

Log Message:
---
Fix #450 Parsing insert queries with functions trims commas

Parsing of a value must not stop when a comma is found.

Commit: ef7a40dfd4ea68eb88bdb11c8da0e22857581525
https://github.com/phpmyadmin/sql-parser/commit/ef7a40dfd4ea68eb88bdb11c8da0e22857581525
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
A tests/data/parser/parseInsertFunction.in
A tests/data/parser/parseInsertFunction.out
M src/Components/ArrayObj.php
M tests/Parser/InsertStatementTest.php

Log Message:
---
Merge #474 - Fix #450 - Parsing insert queries with functions trims commas

Pull-request: #474
Fixes: #450

Signed-off-by: William Desportes 

Commit: 88c8314b763bc820c9cdb2854b027429287c8c38
https://github.com/phpmyadmin/sql-parser/commit/88c8314b763bc820c9cdb2854b027429287c8c38
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add a CHANGELOG entry for #474

Pull-request: #474

Signed-off-by: William Desportes 

Commit: 32a77106d777bbab3da90af0fff3c448012de66d
https://github.com/phpmyadmin/sql-parser/commit/32a77106d777bbab3da90af0fff3c448012de66d
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
A tests/data/parser/parseInsertFunction.in
A tests/data/parser/parseInsertFunction.out
M CHANGELOG.md
M src/Components/ArrayObj.php
M tests/Parser/InsertStatementTest.php

Log Message:
---
Merge branch '5.8.x'

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 90a94f: Fix #450 Parsing insert queries with functions trims commas

2023-06-05 Thread Hugues Peccatte
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 90a94fc7551a25c59ab5a7c86dd08cb66ff95753
https://github.com/phpmyadmin/sql-parser/commit/90a94fc7551a25c59ab5a7c86dd08cb66ff95753
Author: Hugues Peccatte 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
A tests/data/parser/parseInsertFunction.in
A tests/data/parser/parseInsertFunction.out
M src/Components/ArrayObj.php
M tests/Parser/InsertStatementTest.php

Log Message:
---
Fix #450 Parsing insert queries with functions trims commas

Parsing of a value must not stop when a comma is found.

Commit: ef7a40dfd4ea68eb88bdb11c8da0e22857581525
https://github.com/phpmyadmin/sql-parser/commit/ef7a40dfd4ea68eb88bdb11c8da0e22857581525
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
A tests/data/parser/parseInsertFunction.in
A tests/data/parser/parseInsertFunction.out
M src/Components/ArrayObj.php
M tests/Parser/InsertStatementTest.php

Log Message:
---
Merge #474 - Fix #450 - Parsing insert queries with functions trims commas

Pull-request: #474
Fixes: #450

Signed-off-by: William Desportes 

Commit: 88c8314b763bc820c9cdb2854b027429287c8c38
https://github.com/phpmyadmin/sql-parser/commit/88c8314b763bc820c9cdb2854b027429287c8c38
Author: William Desportes 
Date: 2023-06-05 (Mon, 06 June 2023) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add a CHANGELOG entry for #474

Pull-request: #474

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] fd47ae: Translated using Weblate (Khmer (Central))

2023-06-02 Thread បាន សុថេន
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: fd47aeb0b8d1180820d777df0028f7143e160911
https://github.com/phpmyadmin/sql-parser/commit/fd47aeb0b8d1180820d777df0028f7143e160911
Author: BAN Sothen (បាន សុថេន) 
Date: 2023-06-02 (Fri, 06 June 2023) +02:00

Changed paths: 
M locale/km/LC_MESSAGES/sqlparser.mo
M locale/km/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Khmer (Central))

Currently translated at 7.5% (4 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/km/
Signed-off-by: "BAN Sothen (បាន សុថេន)" 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 16e3d9: Fix Misc class

2023-06-01 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 16e3d9477434302da179f74603c515b9da4b5f03
https://github.com/phpmyadmin/sql-parser/commit/16e3d9477434302da179f74603c515b9da4b5f03
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Utils/Misc.php
M tests/Utils/MiscTest.php

Log Message:
---
Fix Misc class

Signed-off-by: Kamil Tekiela 

Commit: e47aef6f27488ee6b7436ffccf19ac0f584252fc
https://github.com/phpmyadmin/sql-parser/commit/e47aef6f27488ee6b7436ffccf19ac0f584252fc
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M psalm-baseline.xml
M src/Statements/SelectStatement.php
M tests/Builder/StatementTest.php
D src/Utils/Misc.php
D tests/Utils/MiscTest.php

Log Message:
---
Move getAliases to SelectStatement

Signed-off-by: Kamil Tekiela 

Commit: 0d4d75e0cff542d7ca95a1aea90577d1d994327f
https://github.com/phpmyadmin/sql-parser/commit/0d4d75e0cff542d7ca95a1aea90577d1d994327f
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/SelectStatement.php
M tests/Builder/StatementTest.php
D src/Utils/Misc.php
D tests/Utils/MiscTest.php

Log Message:
---
Merge #454 - Remove Misc class

Pull-request: #454

Signed-off-by: William Desportes 

Commit: baa0bd22347d24e8d7acffb48b28a6f12204c68a
https://github.com/phpmyadmin/sql-parser/commit/baa0bd22347d24e8d7acffb48b28a6f12204c68a
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add a CHANGELOG entry for #454

Pull-request: #454

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 468517: Fix wrong property type

2023-06-01 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 4685176f22556554e5c5de0770e0ec9fbd87bc9e
https://github.com/phpmyadmin/sql-parser/commit/4685176f22556554e5c5de0770e0ec9fbd87bc9e
Author: Kamil Tekiela 
Date: 2023-05-31 (Wed, 05 May 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/ReplaceStatement.php

Log Message:
---
Fix wrong property type

Signed-off-by: Kamil Tekiela 

Commit: 7b8157b7f897e29ac897121178dec6a3c58c718b
https://github.com/phpmyadmin/sql-parser/commit/7b8157b7f897e29ac897121178dec6a3c58c718b
Author: Kamil Tekiela 
Date: 2023-05-31 (Wed, 05 May 2023) +01:00

Changed paths: 
M psalm-baseline.xml

Log Message:
---
Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela 

Commit: 5ac8e6fdee2f17fcd73c52d6d9709e118e488a49
https://github.com/phpmyadmin/sql-parser/commit/5ac8e6fdee2f17fcd73c52d6d9709e118e488a49
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/ReplaceStatement.php

Log Message:
---
Fix wrong property type

Signed-off-by: Kamil Tekiela 

Commit: 8f524d7c62318d8ca61822125a94ddf0121f48ea
https://github.com/phpmyadmin/sql-parser/commit/8f524d7c62318d8ca61822125a94ddf0121f48ea
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/ReplaceStatement.php

Log Message:
---
Merge #453 - Fix ReplaceStatement property type

Pull-request: #453

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 5ac8e6: Fix wrong property type

2023-06-01 Thread Kamil Tekiela
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 5ac8e6fdee2f17fcd73c52d6d9709e118e488a49
https://github.com/phpmyadmin/sql-parser/commit/5ac8e6fdee2f17fcd73c52d6d9709e118e488a49
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/ReplaceStatement.php

Log Message:
---
Fix wrong property type

Signed-off-by: Kamil Tekiela 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 1ee106: Update psalm-baseline.xml

2023-06-01 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1ee106ffb29330684256f6867559c9b267763dd1
https://github.com/phpmyadmin/sql-parser/commit/1ee106ffb29330684256f6867559c9b267763dd1
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M psalm-baseline.xml

Log Message:
---
Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela 

Commit: c1cb505541bfbef453bfc6f1a6e18a767a00ba08
https://github.com/phpmyadmin/sql-parser/commit/c1cb505541bfbef453bfc6f1a6e18a767a00ba08
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M phpcs.xml.dist
M src/Components/IndexHint.php
M src/Context.php
M src/Exceptions/ParserException.php
M src/Parser.php
M src/Statement.php
M src/TokensList.php
M tests/Lexer/ContextTest.php
M tests/Misc/UtfStringTest.php
M tests/Utils/MiscTest.php

Log Message:
---
Disallow short nullable

Signed-off-by: Kamil Tekiela 

Commit: 73fc55e8e9f22fa5e70e944eaa1a31e759ef86af
https://github.com/phpmyadmin/sql-parser/commit/73fc55e8e9f22fa5e70e944eaa1a31e759ef86af
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M phpcs.xml.dist
M src/Components/IndexHint.php
M src/Context.php
M src/Exceptions/ParserException.php
M src/Parser.php
M src/Statement.php
M src/TokensList.php
M tests/Lexer/ContextTest.php
M tests/Misc/UtfStringTest.php
M tests/Utils/MiscTest.php

Log Message:
---
Merge #458 - Disallow short nullable

Pull-request: #458
Pull-request: #457

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 80031c: Remove unused if

2023-06-01 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 80031c9d152b8ca17bdfa082a3f883a22f3d11ef
https://github.com/phpmyadmin/sql-parser/commit/80031c9d152b8ca17bdfa082a3f883a22f3d11ef
Author: Kamil Tekiela 
Date: 2023-05-31 (Wed, 05 May 2023) +01:00

Changed paths: 
M psalm-baseline.xml
M src/Components/ExpressionArray.php

Log Message:
---
Remove unused if

Signed-off-by: Kamil Tekiela 

Commit: 1e4954eb4aa8139c007174ec906714b8a7a88dea
https://github.com/phpmyadmin/sql-parser/commit/1e4954eb4aa8139c007174ec906714b8a7a88dea
Author: Kamil Tekiela 
Date: 2023-05-31 (Wed, 05 May 2023) +01:00

Changed paths: 
M psalm-baseline.xml

Log Message:
---
Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela 

Commit: dd729a9bc35c3c1ebaf0dd569c941e63360f174f
https://github.com/phpmyadmin/sql-parser/commit/dd729a9bc35c3c1ebaf0dd569c941e63360f174f
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Components/CaseExpression.php

Log Message:
---
Remove empty constructor

Signed-off-by: Kamil Tekiela 

Commit: b41c5e5b60ee5ace5f2e87a8cec60093f5af1587
https://github.com/phpmyadmin/sql-parser/commit/b41c5e5b60ee5ace5f2e87a8cec60093f5af1587
Author: Kamil Tekiela 
Date: 2023-06-01 (Thu, 06 June 2023) +01:00

Changed paths: 
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/Condition.php
M src/Components/ExpressionArray.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/JoinKeyword.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Statements/AlterStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/SetStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.php
M src/Tools/TestGenerator.php
M src/UtfString.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Tokens.php

Log Message:
---
Add native return types

Signed-off-by: Kamil Tekiela 

Commit: 568e3c8e58229a479ff957bb57fe097629acaecb
https://github.com/phpmyadmin/sql-parser/commit/568e3c8e58229a479ff957bb57fe097629acaecb
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/Condition.php
M src/Components/ExpressionArray.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/JoinKeyword.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Statements/AlterStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/SetStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.php
M src/Tools/TestGenerator.php
M src/UtfString.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Tokens.php

Log Message:
---
Merge #459 - Add native return types

Pull-request: #459

Signed-off-by: William Desportes 

Commit: e81953ac425e7a8dfeb1740c4f452eb93a478b38
https://github.com/phpmyadmin/sql-parser/commit/e81953ac425e7a8dfeb1740c4f452eb93a478b38
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M src/Components/CaseExpression.php

Log Message:
---
Merge #456 - Remove empty constructor

Pull-request: #456

Signed-off-by: William Desportes 

Commit: aeb52dbde14d3bf761dfda2b983decf9bc3768fb
https://github.com/phpmyadmin/sql-parser/commit/aeb52dbde14d3bf761dfda2b983decf9bc3768fb
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M psalm-baseline.xml
M src/Components/ExpressionArray.php

Log Message:
---
Merge #455 - Remove unused if

Pull-request: #455

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 22b2cb: Fix incorrect return type

2023-05-31 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 22b2cb83016b3767bdfb82b4498dd328db151db5
https://github.com/phpmyadmin/sql-parser/commit/22b2cb83016b3767bdfb82b4498dd328db151db5
Author: Kamil Tekiela 
Date: 2023-05-31 (Wed, 05 May 2023) +01:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Utils/CLI.php
M src/Utils/Tokens.php

Log Message:
---
Fix incorrect return type

Signed-off-by: Kamil Tekiela 

Commit: a7a57cd539330e0713b32b97cefe54227336
https://github.com/phpmyadmin/sql-parser/commit/a7a57cd539330e0713b32b97cefe54227336
Author: William Desportes 
Date: 2023-05-31 (Wed, 05 May 2023) +02:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Utils/CLI.php
M src/Utils/Tokens.php

Log Message:
---
Merge #452 - Fix incorrect return type

Pull-request: #452

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 64090c: Translated using Weblate (Polish)

2023-05-13 Thread sebastians17
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 64090cb7954549a5cdc5372e0bbf485e9513816d
https://github.com/phpmyadmin/sql-parser/commit/64090cb7954549a5cdc5372e0bbf485e9513816d
Author: sebastians17 
Date: 2023-05-13 (Sat, 05 May 2023) +02:00

Changed paths: 
M locale/pl/LC_MESSAGES/sqlparser.mo
M locale/pl/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Polish)

Currently translated at 98.1% (52 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pl/
Signed-off-by: sebastians17 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 4f3d47: Translated using Weblate (Polish)

2023-05-09 Thread sebastians17
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 4f3d47d5935482132d9767e7252ef8b8392f1c29
https://github.com/phpmyadmin/sql-parser/commit/4f3d47d5935482132d9767e7252ef8b8392f1c29
Author: sebastians17 
Date: 2023-05-09 (Tue, 05 May 2023) +02:00

Changed paths: 
M locale/pl/LC_MESSAGES/sqlparser.mo
M locale/pl/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Polish)

Currently translated at 98.1% (52 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pl/
Signed-off-by: sebastians17 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 510c6d: fix type intendation in order to fix linters in phpmyadmin

2023-05-08 Thread Andrei Savin
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 510c6d8ba50b1d697487f4f233b52ffee55448fb
https://github.com/phpmyadmin/sql-parser/commit/510c6d8ba50b1d697487f4f233b52ffee55448fb
Author: Andrei Savin 
Date: 2023-05-06 (Sat, 05 May 2023) +04:00

Changed paths: 
M src/Statements/SetStatement.php

Log Message:
---
fix type intendation in order to fix linters in phpmyadmin

see https://github.com/phpmyadmin/phpmyadmin/pull/18349

Signed-off-by: Andrei Savin 

Commit: 24d9cfafa8fb45e4f96f93657b1b938a79c2eda1
https://github.com/phpmyadmin/sql-parser/commit/24d9cfafa8fb45e4f96f93657b1b938a79c2eda1
Author: Andrei Savin 
Date: 2023-05-06 (Sat, 05 May 2023) +04:00

Changed paths: 
A tests/data/parser/parseSetGlobalVariable.in
A tests/data/parser/parseSetGlobalVariable.out
A tests/data/parser/parseSetVariable.in
A tests/data/parser/parseSetVariable.out
M tests/Parser/SetStatementTest.php

Log Message:
---
add additional tests for SetStatement

Signed-off-by: Andrei Savin 

Commit: d47024b9d9cb38d345655dd75fd8c18e59efc472
https://github.com/phpmyadmin/sql-parser/commit/d47024b9d9cb38d345655dd75fd8c18e59efc472
Author: William Desportes 
Date: 2023-05-08 (Mon, 05 May 2023) +02:00

Changed paths: 
A tests/data/parser/parseSetGlobalVariable.in
A tests/data/parser/parseSetGlobalVariable.out
A tests/data/parser/parseSetVariable.in
A tests/data/parser/parseSetVariable.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/SetStatement.php
M tests/Parser/SetStatementTest.php

Log Message:
---
Merge #444 - Update OptionsArray phpdoc & add tests for `SET GLOBAL`

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 4bc1c4: Translated using Weblate (Macedonian)

2023-05-05 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 4bc1c4207ce0258b50e71fedc6d59c692de6bb79
https://github.com/phpmyadmin/sql-parser/commit/4bc1c4207ce0258b50e71fedc6d59c692de6bb79
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-05-06 (Sat, 05 May 2023) +02:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 58.4% (31 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] bb755b: Translated using Weblate (Macedonian)

2023-04-21 Thread Kristijan \"Fremen\" Velkovski
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: bb755b4bca86dafadfd4416ceb18bd0352112ec9
https://github.com/phpmyadmin/sql-parser/commit/bb755b4bca86dafadfd4416ceb18bd0352112ec9
Author: Kristijan \"Fremen\" Velkovski 
Date: 2023-04-22 (Sat, 04 April 2023) +02:00

Changed paths: 
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Macedonian)

Currently translated at 54.7% (29 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 8591e2: Translated using Weblate (Georgian)

2023-04-16 Thread Temuri Doghonadze
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 8591e28591956f68b605acbf7cc57995dec03195
https://github.com/phpmyadmin/sql-parser/commit/8591e28591956f68b605acbf7cc57995dec03195
Author: Temuri Doghonadze 
Date: 2023-04-16 (Sun, 04 April 2023) +02:00

Changed paths: 
M locale/ka/LC_MESSAGES/sqlparser.mo
M locale/ka/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Georgian)

Currently translated at 47.1% (25 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ka/
Signed-off-by: Temuri Doghonadze 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 91687d: Translated using Weblate (Arabic)

2023-04-11 Thread Meno25
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 91687d2f8509b449e4650aaae861b4d4aae1dc07
https://github.com/phpmyadmin/sql-parser/commit/91687d2f8509b449e4650aaae861b4d4aae1dc07
Author: Meno25 
Date: 2023-04-11 (Tue, 04 April 2023) +02:00

Changed paths: 
M locale/ar/LC_MESSAGES/sqlparser.mo
M locale/ar/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Arabic)

Currently translated at 100.0% (53 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ar/
Signed-off-by: Meno25 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 4bfd15: Translated using Weblate (Urdu)

2023-03-28 Thread Aatir Farooqui
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 4bfd15c40c6e7cec3592095cd405f52931af1b10
https://github.com/phpmyadmin/sql-parser/commit/4bfd15c40c6e7cec3592095cd405f52931af1b10
Author: Aatir Farooqui 
Date: 2023-03-28 (Tue, 03 March 2023) +02:00

Changed paths: 
M locale/ur/LC_MESSAGES/sqlparser.mo
M locale/ur/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Urdu)

Currently translated at 9.4% (5 of 53 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ur/
Signed-off-by: Aatir Farooqui 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 777892: Add allowed plugins to composer.json file

2023-03-28 Thread Maurício Meneghini Fauth
Branch: refs/heads/4.7.x
Home: https://github.com/phpmyadmin/sql-parser
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 548382: Replace Heredocs with Nowdocs

2023-03-03 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 548382794d7571d42a5e3eeb81c4278aec8e50f9
https://github.com/phpmyadmin/sql-parser/commit/548382794d7571d42a5e3eeb81c4278aec8e50f9
Author: Maurício Meneghini Fauth 
Date: 2023-03-03 (Fri, 03 March 2023) -03:00

Changed paths: 
M phpcs.xml.dist
M tests/Builder/CreateStatementTest.php
M tests/Parser/WithStatementTest.php

Log Message:
---
Replace Heredocs with Nowdocs

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] fd31a2: Bump phpmyadmin/coding-standard to version 4.0

2023-03-02 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: fd31a287b64fc16f2a2c09443815a4227454c85e
https://github.com/phpmyadmin/sql-parser/commit/fd31a287b64fc16f2a2c09443815a4227454c85e
Author: Maurício Meneghini Fauth 
Date: 2023-03-02 (Thu, 03 March 2023) -03:00

Changed paths: 
M composer.json
M phpcs.xml.dist

Log Message:
---
Bump phpmyadmin/coding-standard to version 4.0

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] d63797: Bump PHPUnit to version 10.0

2023-03-02 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: d637978a5afdf77884575c5641a94df75c0ca346
https://github.com/phpmyadmin/sql-parser/commit/d637978a5afdf77884575c5641a94df75c0ca346
Author: Maurício Meneghini Fauth 
Date: 2023-03-02 (Thu, 03 March 2023) -03:00

Changed paths: 
M composer.json
M phpunit.xml.dist
M tests/Builder/CreateStatementTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/ExpressionTest.php
M tests/Components/GroupKeywordTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/LexerTest.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
M tests/Misc/UtfStringTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/AnalyzeStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/DropStatementTest.php
M tests/Parser/ExplainStatementTest.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/LockStatementTest.php
M tests/Parser/ParserTest.php
M tests/Parser/PurgeStatementTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
M tests/Utils/MiscTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php
M tests/Utils/TableTest.php
M tests/Utils/TokensTest.php

Log Message:
---
Bump PHPUnit to version 10.0

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 281588: Bump Psalm version to 5.7

2023-03-02 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 2815880a1d1d5ba86c3bca71acc09cc37ef612d6
https://github.com/phpmyadmin/sql-parser/commit/2815880a1d1d5ba86c3bca71acc09cc37ef612d6
Author: Maurício Meneghini Fauth 
Date: 2023-03-02 (Thu, 03 March 2023) -03:00

Changed paths: 
M composer.json
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml

Log Message:
---
Bump Psalm version to 5.7

Update PHPStan and Psalm baselines.

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 58c38b: Bump PHP minimum version to 8.1.0

2023-03-02 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 58c38b99e8668f866f0cb7d4527bd2e5cb7fd2cd
https://github.com/phpmyadmin/sql-parser/commit/58c38b99e8668f866f0cb7d4527bd2e5cb7fd2cd
Author: Maurício Meneghini Fauth 
Date: 2023-03-02 (Thu, 03 March 2023) -03:00

Changed paths: 
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/tests.yml
M .scrutinizer.yml
M CHANGELOG.md
M composer.json

Log Message:
---
Bump PHP minimum version to 8.1.0

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


  1   2   3   4   5   6   7   8   9   >