Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: ebec500e4a99d9b35ec2bbc564bdf8b77db0cc55
https://github.com/phpmyadmin/motranslator/commit/ebec500e4a99d9b35ec2bbc56…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M src/functions.php
Log Message:
-----------
Clarify documentation on dummy _bind_textdomain_codeset
We really do not want to enforce utf-8 as it is just recommended usage,
users are free to use any encoding as long as no charset conversion is
necessary.
Fixes #12
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 167de5ae62583f2bab61ccdb92109632329f760c
https://github.com/phpmyadmin/motranslator/commit/167de5ae62583f2bab61ccdb9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M .php_cs
M src/Translator.php
M src/functions.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
Log Message:
-----------
Coding style imporovements
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 08d5915850d4ab975c6ec2289ddb35c1c2cabea5
https://github.com/phpmyadmin/sql-parser/commit/08d5915850d4ab975c6ec2289dd…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M .php_cs
M tests/Components/ArrayObjTest.php
M tests/Components/ExpressionTest.php
M tests/Components/LimitTest.php
M tests/Lexer/LexerTest.php
M tests/Misc/BugsTest.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/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 tools/TestGenerator.php
Log Message:
-----------
Apply cs fixes
Commit: 14b0a89761249d8b7e56d3640a01dd9f7486de1f
https://github.com/phpmyadmin/sql-parser/commit/14b0a89761249d8b7e56d3640a0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M .php_cs
M tests/Components/ArrayObjTest.php
M tests/Components/ExpressionTest.php
M tests/Components/LimitTest.php
M tests/Lexer/LexerTest.php
M tests/Misc/BugsTest.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/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 tools/TestGenerator.php
Log Message:
-----------
Merge remote-tracking branch 'origin/pull/137'
Compare: https://github.com/phpmyadmin/sql-parser/compare/6a9ea10743e5...14b0a8976124
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 28be60a5645a93531d7ce34e9b099f7228c3d607
https://github.com/phpmyadmin/sql-parser/commit/28be60a5645a93531d7ce34e9b0…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M .php_cs
M src/Components/ArrayObj.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/Expression.php
M src/Components/IntoKeyword.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/Lexer.php
M src/Statement.php
M src/Statements/InsertStatement.php
M src/Statements/ReplaceStatement.php
Log Message:
-----------
No useless else
Commit: d368724f9fc810fc9a2c704ac66674af8cdf1d15
https://github.com/phpmyadmin/sql-parser/commit/d368724f9fc810fc9a2c704ac66…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M .php_cs
M src/Components/ArrayObj.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/Expression.php
M src/Components/IntoKeyword.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/Lexer.php
M src/Statement.php
M src/Statements/InsertStatement.php
M src/Statements/ReplaceStatement.php
Log Message:
-----------
Merge remote-tracking branch 'origin/pull/138'
Commit: 6a9ea10743e5e414bbcaeff3e0ce79fa0cd2c26e
https://github.com/phpmyadmin/sql-parser/commit/6a9ea10743e5e414bbcaeff3e0c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M locale/ja/LC_MESSAGES/sqlparser.mo
M locale/ja/LC_MESSAGES/sqlparser.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/sql-parser
Compare: https://github.com/phpmyadmin/sql-parser/compare/9299d5e28f9c...6a9ea10743e5
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 38d171695e9e62954eb363aefa823c33ad074a43
https://github.com/phpmyadmin/sql-parser/commit/38d171695e9e62954eb363aefa8…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: 24462b7fa0bcb02212bcba4e733e7b686c1e0340
https://github.com/phpmyadmin/sql-parser/commit/24462b7fa0bcb02212bcba4e733…
Author: Damian Dlugosz <bigfootdd(a)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/c978e9315e367585c1df8dc473f…
Author: Michal Čihař <michal(a)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/6e4dc051fdc5b1661fea974708b…
Author: Michal Čihař <michal(a)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