[phpMyAdmin Git] [phpmyadmin/sql-parser] 38d171: Remove unused use clause

Michal Čihař michal at cihar.com
Tue Feb 14 14:08:13 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 38d171695e9e62954eb363aefa823c33ad074a43
      https://github.com/phpmyadmin/sql-parser/commit/38d171695e9e62954eb363aefa823c33ad074a43
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/Components/UnionKeyword.php
    M src/Utils/Query.php

  Log Message:
  -----------
  Remove unused use clause

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 24462b7fa0bcb02212bcba4e733e7b686c1e0340
      https://github.com/phpmyadmin/sql-parser/commit/24462b7fa0bcb02212bcba4e733e7b686c1e0340
  Author: Damian Dlugosz <bigfootdd at gmail.com>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M .php_cs

  Log Message:
  -----------
  No useless return


  Commit: c978e9315e367585c1df8dc473fc04e60e12eb27
      https://github.com/phpmyadmin/sql-parser/commit/c978e9315e367585c1df8dc473fc04e60e12eb27
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M .php_cs
    M locale/zh_TW/LC_MESSAGES/sqlparser.mo
    M locale/zh_TW/LC_MESSAGES/sqlparser.po
    M src/Components/CreateDefinition.php
    M src/Components/Expression.php
    M src/Components/Key.php
    M src/Components/ParameterDefinition.php
    M src/Components/Reference.php
    M src/Statements/AlterStatement.php
    M src/Statements/AnalyzeStatement.php
    M src/Statements/CallStatement.php
    M src/Statements/CreateStatement.php
    M src/Statements/DeleteStatement.php
    M src/Statements/DropStatement.php
    M src/Statements/InsertStatement.php
    M src/Statements/MaintenanceStatement.php
    M src/Statements/OptimizeStatement.php
    M src/Statements/RenameStatement.php
    M src/Statements/ReplaceStatement.php
    M src/Statements/SelectStatement.php
    M src/Statements/SetStatement.php
    M src/Statements/TransactionStatement.php
    M src/Statements/TruncateStatement.php
    M src/Statements/UpdateStatement.php
    M src/Utils/CLI.php
    M src/Utils/Query.php
    M src/Utils/Routine.php
    M tests/Builder/CreateStatementTest.php
    M tests/Builder/StatementTest.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/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/ParameterDefinitionTest.php
    M tests/Components/PartitionDefinitionTest.php
    M tests/Components/ReferenceTest.php
    M tests/Components/RenameOperationTest.php
    M tests/Lexer/IsMethodsTest.php
    M tests/Lexer/TokenTest.php
    M tests/Lexer/TokensListTest.php
    M tests/Misc/UtfStringTest.php
    M tests/Parser/ParserTest.php
    M tests/Parser/SelectStatementTest.php
    M tests/Utils/BufferedQueryTest.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

  Log Message:
  -----------
  Merge branch 'master' of github.com:phpmyadmin/sql-parser


  Commit: 6e4dc051fdc5b1661fea974708bd782e93a6e404
      https://github.com/phpmyadmin/sql-parser/commit/6e4dc051fdc5b1661fea974708bd782e93a6e404
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M .php_cs

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/pull/139'


Compare: https://github.com/phpmyadmin/sql-parser/compare/802d17a88c3b...6e4dc051fdc5


More information about the Git mailing list