Branch: refs/heads/motranslator Home: https://github.com/phpmyadmin/sql-parser Commit: a6e45c5e2e006bbd90306e1e947e25e601965657 https://github.com/phpmyadmin/sql-parser/commit/a6e45c5e2e006bbd90306e1e947e... Author: Damian Dlugosz bigfootdd@gmail.com Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths: A .php_cs M src/Component.php 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/IntoKeyword.php M src/Components/JoinKeyword.php M src/Components/Key.php M src/Components/Limit.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/AnalyzeStatement.php M src/Statements/BackupStatement.php M src/Statements/CallStatement.php M src/Statements/CheckStatement.php M src/Statements/ChecksumStatement.php M src/Statements/CreateStatement.php M src/Statements/DeleteStatement.php M src/Statements/DropStatement.php M src/Statements/ExplainStatement.php M src/Statements/InsertStatement.php M src/Statements/MaintenanceStatement.php M src/Statements/NotImplementedStatement.php M src/Statements/OptimizeStatement.php M src/Statements/RenameStatement.php M src/Statements/RepairStatement.php M src/Statements/ReplaceStatement.php M src/Statements/RestoreStatement.php M src/Statements/SelectStatement.php M src/Statements/SetStatement.php M src/Statements/ShowStatement.php M src/Statements/TransactionStatement.php M src/Statements/TruncateStatement.php M src/Statements/UpdateStatement.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/Error.php M src/Utils/Formatter.php M src/Utils/Misc.php M src/Utils/Query.php M src/Utils/Routine.php M src/Utils/Table.php M src/Utils/Tokens.php M src/common.php M tests/Builder/AlterStatementTest.php M tests/Builder/CreateStatementTest.php M tests/Builder/DeleteStatementTest.php M tests/Builder/ExplainStatement.php M tests/Builder/InsertStatementTest.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/Components/Array2dTest.php M tests/Components/ArrayObjTest.php M tests/Components/CaseExpressionTest.php M tests/Components/ComponentTest.php M tests/Components/ConditionTest.php M tests/Components/CreateDefinitionTest.php M tests/Components/ExpressionArrayTest.php M tests/Components/ExpressionTest.php M tests/Components/FunctionCallTest.php M tests/Components/IntoKeywordTest.php M tests/Components/JoinKeywordTest.php M tests/Components/KeyTest.php M tests/Components/LimitTest.php M tests/Components/OptionsArrayTest.php M tests/Components/OrderKeywordTest.php M tests/Components/ParameterDefinitionTest.php M tests/Components/PartitionDefinitionTest.php M tests/Components/ReferenceTest.php M tests/Components/RenameOperationTest.php M tests/Lexer/ContextTest.php M tests/Lexer/IsMethodsTest.php M tests/Lexer/LexerTest.php M tests/Lexer/TokenTest.php M tests/Lexer/TokensListTest.php M tests/Misc/BugsTest.php M tests/Misc/UtfStringTest.php M tests/Parser/AlterStatementTest.php M tests/Parser/CallStatementTest.php M tests/Parser/CreateStatementTest.php M tests/Parser/DeleteStatementTest.php M tests/Parser/ExplainStatement.php M tests/Parser/InsertStatementTest.php M tests/Parser/ParserTest.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/Utils/BufferedQueryTest.php M tests/Utils/CLITest.php M tests/Utils/ErrorTest.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 M tests/bootstrap.php M tools/ContextGenerator.php M tools/TestGenerator.php
Log Message: ----------- Apply php-cs-fixer
Commit: 18989fecc94e31c67a7ad053fe16f09dae6402a8 https://github.com/phpmyadmin/sql-parser/commit/18989fecc94e31c67a7ad053fe16... Author: Damian Dlugosz bigfootdd@gmail.com Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths: M src/Contexts/ContextMySql50000.php M src/Contexts/ContextMySql50100.php M src/Contexts/ContextMySql50500.php M src/Contexts/ContextMySql50600.php M src/Contexts/ContextMySql50700.php M tools/ContextGenerator.php
Log Message: ----------- Update ContextGenerator.php
Commit: e8595ecbe9cd4b663307e70c29c442e937384038 https://github.com/phpmyadmin/sql-parser/commit/e8595ecbe9cd4b663307e70c29c4... Author: Michal Čihař michal@cihar.com Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths: A .php_cs M src/Component.php 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/IntoKeyword.php M src/Components/JoinKeyword.php M src/Components/Key.php M src/Components/Limit.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/Contexts/ContextMySql50000.php M src/Contexts/ContextMySql50100.php M src/Contexts/ContextMySql50500.php M src/Contexts/ContextMySql50600.php M src/Contexts/ContextMySql50700.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/AnalyzeStatement.php M src/Statements/BackupStatement.php M src/Statements/CallStatement.php M src/Statements/CheckStatement.php M src/Statements/ChecksumStatement.php M src/Statements/CreateStatement.php M src/Statements/DeleteStatement.php M src/Statements/DropStatement.php M src/Statements/ExplainStatement.php M src/Statements/InsertStatement.php M src/Statements/MaintenanceStatement.php M src/Statements/NotImplementedStatement.php M src/Statements/OptimizeStatement.php M src/Statements/RenameStatement.php M src/Statements/RepairStatement.php M src/Statements/ReplaceStatement.php M src/Statements/RestoreStatement.php M src/Statements/SelectStatement.php M src/Statements/SetStatement.php M src/Statements/ShowStatement.php M src/Statements/TransactionStatement.php M src/Statements/TruncateStatement.php M src/Statements/UpdateStatement.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/Error.php M src/Utils/Formatter.php M src/Utils/Misc.php M src/Utils/Query.php M src/Utils/Routine.php M src/Utils/Table.php M src/Utils/Tokens.php M src/common.php M tests/Builder/AlterStatementTest.php M tests/Builder/CreateStatementTest.php M tests/Builder/DeleteStatementTest.php M tests/Builder/ExplainStatement.php M tests/Builder/InsertStatementTest.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/Components/Array2dTest.php M tests/Components/ArrayObjTest.php M tests/Components/CaseExpressionTest.php M tests/Components/ComponentTest.php M tests/Components/ConditionTest.php M tests/Components/CreateDefinitionTest.php M tests/Components/ExpressionArrayTest.php M tests/Components/ExpressionTest.php M tests/Components/FunctionCallTest.php M tests/Components/IntoKeywordTest.php M tests/Components/JoinKeywordTest.php M tests/Components/KeyTest.php M tests/Components/LimitTest.php M tests/Components/OptionsArrayTest.php M tests/Components/OrderKeywordTest.php M tests/Components/ParameterDefinitionTest.php M tests/Components/PartitionDefinitionTest.php M tests/Components/ReferenceTest.php M tests/Components/RenameOperationTest.php M tests/Lexer/ContextTest.php M tests/Lexer/IsMethodsTest.php M tests/Lexer/LexerTest.php M tests/Lexer/TokenTest.php M tests/Lexer/TokensListTest.php M tests/Misc/BugsTest.php M tests/Misc/UtfStringTest.php M tests/Parser/AlterStatementTest.php M tests/Parser/CallStatementTest.php M tests/Parser/CreateStatementTest.php M tests/Parser/DeleteStatementTest.php M tests/Parser/ExplainStatement.php M tests/Parser/InsertStatementTest.php M tests/Parser/ParserTest.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/Utils/BufferedQueryTest.php M tests/Utils/CLITest.php M tests/Utils/ErrorTest.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 M tests/bootstrap.php M tools/ContextGenerator.php M tools/TestGenerator.php
Log Message: ----------- Merge pull request #114 from bigfoot90/php-cs-fixer
Apply php-cs-fixer
Commit: f7d7348747e154c8276b0fba1ad6e1a70f92267d https://github.com/phpmyadmin/sql-parser/commit/f7d7348747e154c8276b0fba1ad6... Author: Michal Čihař michal@cihar.com Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths: M .php_cs
Log Message: ----------- Fix .php_cs using php-cs-fixer
Issue #114
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 7c790bf6aa873dce9e872b92a77be4bb741e0321 https://github.com/phpmyadmin/sql-parser/commit/7c790bf6aa873dce9e872b92a77b... Author: Michal Čihař michal@cihar.com Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths: A .php_cs M src/Component.php 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/IntoKeyword.php M src/Components/JoinKeyword.php M src/Components/Key.php M src/Components/Limit.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/Contexts/ContextMySql50000.php M src/Contexts/ContextMySql50100.php M src/Contexts/ContextMySql50500.php M src/Contexts/ContextMySql50600.php M src/Contexts/ContextMySql50700.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/AnalyzeStatement.php M src/Statements/BackupStatement.php M src/Statements/CallStatement.php M src/Statements/CheckStatement.php M src/Statements/ChecksumStatement.php M src/Statements/CreateStatement.php M src/Statements/DeleteStatement.php M src/Statements/DropStatement.php M src/Statements/ExplainStatement.php M src/Statements/InsertStatement.php M src/Statements/MaintenanceStatement.php M src/Statements/NotImplementedStatement.php M src/Statements/OptimizeStatement.php M src/Statements/RenameStatement.php M src/Statements/RepairStatement.php M src/Statements/ReplaceStatement.php M src/Statements/RestoreStatement.php M src/Statements/SelectStatement.php M src/Statements/SetStatement.php M src/Statements/ShowStatement.php M src/Statements/TransactionStatement.php M src/Statements/TruncateStatement.php M src/Statements/UpdateStatement.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/Error.php M src/Utils/Formatter.php M src/Utils/Misc.php M src/Utils/Query.php M src/Utils/Routine.php M src/Utils/Table.php M src/Utils/Tokens.php M tests/Builder/AlterStatementTest.php M tests/Builder/CreateStatementTest.php M tests/Builder/DeleteStatementTest.php M tests/Builder/ExplainStatement.php M tests/Builder/InsertStatementTest.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/Components/Array2dTest.php M tests/Components/ArrayObjTest.php M tests/Components/CaseExpressionTest.php M tests/Components/ComponentTest.php M tests/Components/ConditionTest.php M tests/Components/CreateDefinitionTest.php M tests/Components/ExpressionArrayTest.php M tests/Components/ExpressionTest.php M tests/Components/FunctionCallTest.php M tests/Components/IntoKeywordTest.php M tests/Components/JoinKeywordTest.php M tests/Components/KeyTest.php M tests/Components/LimitTest.php M tests/Components/OptionsArrayTest.php M tests/Components/OrderKeywordTest.php M tests/Components/ParameterDefinitionTest.php M tests/Components/PartitionDefinitionTest.php M tests/Components/ReferenceTest.php M tests/Components/RenameOperationTest.php M tests/Lexer/ContextTest.php M tests/Lexer/IsMethodsTest.php M tests/Lexer/LexerTest.php M tests/Lexer/TokenTest.php M tests/Lexer/TokensListTest.php M tests/Misc/BugsTest.php M tests/Misc/UtfStringTest.php M tests/Parser/AlterStatementTest.php M tests/Parser/CallStatementTest.php M tests/Parser/CreateStatementTest.php M tests/Parser/DeleteStatementTest.php M tests/Parser/ExplainStatement.php M tests/Parser/InsertStatementTest.php M tests/Parser/ParserTest.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/Utils/BufferedQueryTest.php M tests/Utils/CLITest.php M tests/Utils/ErrorTest.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 M tests/bootstrap.php M tools/ContextGenerator.php M tools/TestGenerator.php
Log Message: ----------- Merge branch 'master' into motranslator
Commit: 5b1af708b73a0288b41e9ccbb1faa69b84579ba6 https://github.com/phpmyadmin/sql-parser/commit/5b1af708b73a0288b41e9ccbb1fa... Author: Michal Čihař michal@cihar.com Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths: M src/Components/CreateDefinition.php M src/Core.php M src/Translator.php
Log Message: ----------- Apply php-cs-fixer
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/sql-parser/compare/e0c4f86cb7a3...5b1af708b73a