Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 327b6acb7d4c5a19a0d4d78c207b36b925a2642d https://github.com/phpmyadmin/sql-parser/commit/327b6acb7d4c5a19a0d4d78c207b... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: 26230c718105d4358b759151ecf3ffcd6b2f6c66 https://github.com/phpmyadmin/sql-parser/commit/26230c718105d4358b759151ecf3... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: 2ed48d8a5ed6aa13529c63f7223dfe0f1fc2b73b https://github.com/phpmyadmin/sql-parser/commit/2ed48d8a5ed6aa13529c63f7223d... 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/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@fauth.dev
Commit: 3b27e6024fcc1ccac87341117ee4d8cef862975c https://github.com/phpmyadmin/sql-parser/commit/3b27e6024fcc1ccac87341117ee4... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev