Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: b2502bd351e0ee3eec52b23340951b7f58a1e9ea https://github.com/phpmyadmin/sql-parser/commit/b2502bd351e0ee3eec52b2334095... Author: Maurício Meneghini Fauth mauricio@fauth.dev 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 mauricio@fauth.dev
Commit: d70677ee8a6a78e463897ea7d37f372e94817d6c https://github.com/phpmyadmin/sql-parser/commit/d70677ee8a6a78e463897ea7d37f... Author: Maurício Meneghini Fauth mauricio@fauth.dev 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