Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 27d631e164b6d38b77a1a69cd903c1d3c121994d
https://github.com/phpmyadmin/phpmyadmin/commit/27d631e164b6d38b77a1a69cd90…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-02-20 (Thu, 02 February 2020) -03:00
Changed paths:
A libraries/classes/Command/CacheWarmupCommand.php
M scripts/console
M scripts/update-po
D scripts/generate-twig-cache
Log Message:
-----------
Use Console command for Twig cache warm up
Extracts the Twig cache generation to a console command.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 71d6acd0d10c61db2656c8f11a9b10b76a6cba38
https://github.com/phpmyadmin/sql-parser/commit/71d6acd0d10c61db2656c8f11a9…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: f9b9c7ed32aac893cf959a4a828d0b359b86bb1c
https://github.com/phpmyadmin/sql-parser/commit/f9b9c7ed32aac893cf959a4a828…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 57b812d82d61c29a80b6880977921a1dfd2da59c
https://github.com/phpmyadmin/sql-parser/commit/57b812d82d61c29a80b68809779…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 509cc1d6e7848692527fd33357404f712bc1de72
https://github.com/phpmyadmin/sql-parser/commit/509cc1d6e7848692527fd333574…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: ffd1470691f7ad88084a90ea55e24b3320a9f7a7
https://github.com/phpmyadmin/sql-parser/commit/ffd1470691f7ad88084a90ea55e…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: f80c697b84d267df02d0a7fd2665bc6ba98bf191
https://github.com/phpmyadmin/sql-parser/commit/f80c697b84d267df02d0a7fd266…
Author: Maurício Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 327b6acb7d4c5a19a0d4d78c207b36b925a2642d
https://github.com/phpmyadmin/sql-parser/commit/327b6acb7d4c5a19a0d4d78c207…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths:
M src/Components/IndexHint.php
M src/Utils/Misc.php
M src/Utils/Query.php
Log Message:
-----------
Use null coalesce operator
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 26230c718105d4358b759151ecf3ffcd6b2f6c66
https://github.com/phpmyadmin/sql-parser/commit/26230c718105d4358b759151ecf…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths:
M src/Utils/BufferedQuery.php
M tests/Misc/UtfStringTest.php
M tools/ContextGenerator.php
Log Message:
-----------
Remove LSB for class constants
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2ed48d8a5ed6aa13529c63f7223dfe0f1fc2b73b
https://github.com/phpmyadmin/sql-parser/commit/2ed48d8a5ed6aa13529c63f7223…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths:
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/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/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/CallStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.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/SetStatement.php
M src/Token.php
M src/TokensList.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 src/Utils/Routine.php
M src/Utils/Table.php
M src/Utils/Tokens.php
M tests/Lexer/ContextTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/UtfStringTest.php
M tests/Parser/ParserTest.php
M tests/TestCase.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/QueryTest.php
M tools/ContextGenerator.php
M tools/TestGenerator.php
Log Message:
-----------
Reference functions and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 3b27e6024fcc1ccac87341117ee4d8cef862975c
https://github.com/phpmyadmin/sql-parser/commit/3b27e6024fcc1ccac87341117ee…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths:
M src/Components/OptionsArray.php
M src/Statements/CreateStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Utils/BufferedQuery.php
M tests/Utils/CLITest.php
Log Message:
-----------
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: e860cf9f3605bdd2fa3c08c038d1af56daf1c355
https://github.com/phpmyadmin/sql-parser/commit/e860cf9f3605bdd2fa3c08c038d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-02-17 (Mon, 02 February 2020) -03:00
Changed paths:
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Context.php
M src/Core.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/LockStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/TransactionStatement.php
M src/Token.php
M src/TokensList.php
M src/UtfString.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
M src/Utils/Formatter.php
M src/Utils/Misc.php
M src/Utils/Query.php
M src/Utils/Routine.php
M tests/Builder/CreateStatementTest.php
M tests/Lexer/TokensListTest.php
M tests/Parser/DropStatementTest.php
M tests/Utils/CLITest.php
M tools/ContextGenerator.php
M tools/TestGenerator.php
Log Message:
-----------
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>