Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 71d6acd0d10c61db2656c8f11a9b10b76a6cba38 https://github.com/phpmyadmin/sql-parser/commit/71d6acd0d10c61db2656c8f11a9b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths: M src/Context.php M src/Statements/TransactionStatement.php M src/Token.php M src/Utils/BufferedQuery.php M tests/Misc/UtfStringTest.php M tools/ContextGenerator.php
Log Message: ----------- Add class constant visibility
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: f9b9c7ed32aac893cf959a4a828d0b359b86bb1c https://github.com/phpmyadmin/sql-parser/commit/f9b9c7ed32aac893cf959a4a828d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths: M src/Utils/Tokens.php
Log Message: ----------- Remove useless if condition
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 57b812d82d61c29a80b6880977921a1dfd2da59c https://github.com/phpmyadmin/sql-parser/commit/57b812d82d61c29a80b688097792... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths: M src/Context.php M src/Statements/TransactionStatement.php M src/Token.php M tests/Misc/UtfStringTest.php M tools/ContextGenerator.php
Log Message: ----------- Remove useless constant type hint
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 509cc1d6e7848692527fd33357404f712bc1de72 https://github.com/phpmyadmin/sql-parser/commit/509cc1d6e7848692527fd3335740... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths: M phpcs.xml.dist M src/Components/AlterOperation.php M src/Components/IndexHint.php M src/Components/PartitionDefinition.php M src/Lexer.php M src/Statements/CallStatement.php M src/Utils/Formatter.php M tests/Components/ConditionTest.php M tests/Components/CreateDefinitionTest.php M tests/Lexer/ContextTest.php M tests/Misc/UtfStringTest.php M tests/Utils/BufferedQueryTest.php M tests/Utils/FormatterTest.php M tests/Utils/TableTest.php
Log Message: ----------- Fix line length issues
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ffd1470691f7ad88084a90ea55e24b3320a9f7a7 https://github.com/phpmyadmin/sql-parser/commit/ffd1470691f7ad88084a90ea55e2... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths: M src/Components/AlterOperation.php M src/Components/PartitionDefinition.php M src/Components/SetOperation.php M src/Statements/CreateStatement.php M src/Statements/TruncateStatement.php M tests/Components/ArrayObjTest.php M tests/Components/ExpressionArrayTest.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
Log Message: ----------- Use single-line array for single value arrays
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: f80c697b84d267df02d0a7fd2665bc6ba98bf191 https://github.com/phpmyadmin/sql-parser/commit/f80c697b84d267df02d0a7fd2665... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths: M src/Utils/Formatter.php M src/Utils/Query.php M tests/Builder/CallStatementTest.php M tests/Builder/TruncateStatementTest.php M tests/Parser/DropStatementTest.php
Log Message: ----------- Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev