Branch: refs/heads/motranslator
Home: https://github.com/phpmyadmin/sql-parser
Commit: 6bb07eaa6672ae56f02e24ec449dfa71d456385b
https://github.com/phpmyadmin/sql-parser/commit/6bb07eaa6672ae56f02e24ec449…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M CHANGELOG.md
M src/Components/Expression.php
M tests/Parser/SelectStatementTest.php
A tests/data/parser/parseSelect11.in
A tests/data/parser/parseSelect11.out
Log Message:
-----------
Properly handle operators AND, NOT, OR, XOR, DIV, MOD
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 18a18d5106aa04ad7c7b79d9b92f123069ceea6e
https://github.com/phpmyadmin/sql-parser/commit/18a18d5106aa04ad7c7b79d9b92…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Update changelog
* move entries to correct location
* release today
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d07bed1a72f1af97e4a601f9537eea0869e7bd92
https://github.com/phpmyadmin/sql-parser/commit/d07bed1a72f1af97e4a601f9537…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Prepeare for next version
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 3d80d5eb9c74c8498101a3b333a7be39512ca6ad
https://github.com/phpmyadmin/sql-parser/commit/3d80d5eb9c74c8498101a3b333a…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M tools/ContextGenerator.php
Log Message:
-----------
Make more readable ContextGenerator.php
Commit: 8d169c5feedab0054a370b6c7e2cf932c16222f4
https://github.com/phpmyadmin/sql-parser/commit/8d169c5feedab0054a370b6c7e2…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M src/Utils/Formatter.php
Log Message:
-----------
Remove useless brackets
Commit: 964ca2cb807a06f7e8983e19111f8bc00077ace7
https://github.com/phpmyadmin/sql-parser/commit/964ca2cb807a06f7e8983e19111…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M composer.json
M phpunit.xml
A tests/TestCase.php
R tests/bootstrap.php
Log Message:
-----------
autload-dev
Commit: 5e9ed9878aa9335c32597e42f88bfce256075bf6
https://github.com/phpmyadmin/sql-parser/commit/5e9ed9878aa9335c32597e42f88…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
A .gitattributes
Log Message:
-----------
Use .gitattributes
Commit: 6583624389bacd1ac7605726fa479b8594386207
https://github.com/phpmyadmin/sql-parser/commit/6583624389bacd1ac7605726fa4…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-01-06 (Fri, 06 Jan 2017)
Changed paths:
M src/Utils/Formatter.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
Log Message:
-----------
Fix indentation on html format
Commit: 69b7e10150fbaca864a5f1538ef8986267827210
https://github.com/phpmyadmin/sql-parser/commit/69b7e10150fbaca864a5f1538ef…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
M composer.json
M phpunit.xml
A tests/TestCase.php
R tests/bootstrap.php
Log Message:
-----------
Merge pull request #118 from bigfoot90/autoload-dev
composer autoload-dev
Commit: 5f25ddbcf2baae15ed125be08363fc864cc11611
https://github.com/phpmyadmin/sql-parser/commit/5f25ddbcf2baae15ed125be0836…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
A .gitattributes
Log Message:
-----------
Merge pull request #119 from bigfoot90/gitattributes
Make the vendor package smaller
Commit: 6db3f3e33806a7bf2b5aa1ac69288cff8feee840
https://github.com/phpmyadmin/sql-parser/commit/6db3f3e33806a7bf2b5aa1ac692…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
M .gitattributes
Log Message:
-----------
Exclude more files (issue #119)
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 792f0184f361df75d5328017bd3eb06411c611e7
https://github.com/phpmyadmin/sql-parser/commit/792f0184f361df75d5328017bd3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
M src/Utils/Formatter.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
Log Message:
-----------
Merge pull request #121 from bigfoot90/better-html
Fix indentation on html format
Commit: e358d2fcff4559e132bd0e26341e0435e6e114ab
https://github.com/phpmyadmin/sql-parser/commit/e358d2fcff4559e132bd0e26341…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Document changes for #121
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b47be375e0f3ae0ac807243bfbc42de1f634ee52
https://github.com/phpmyadmin/sql-parser/commit/b47be375e0f3ae0ac807243bfbc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
M src/Utils/Formatter.php
M tools/ContextGenerator.php
Log Message:
-----------
Merge pull request #117 from bigfoot90/small-fix
Some clean, remove useless brackets
Commit: 2a589a36841ea92e8a90c1d8e4d2fa771fbc2be5
https://github.com/phpmyadmin/sql-parser/commit/2a589a36841ea92e8a90c1d8e4d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-07 (Sat, 07 Jan 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Document changes
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1e72109c817007db4d30f493c83842e19cf45d0e
https://github.com/phpmyadmin/sql-parser/commit/1e72109c817007db4d30f493c83…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-01-08 (Sun, 08 Jan 2017)
Changed paths:
M src/Lexer.php
M src/Utils/Formatter.php
Log Message:
-----------
Remove unuseful brackets
Commit: f06862f070d81d4b13ad9022d3489300503850cc
https://github.com/phpmyadmin/sql-parser/commit/f06862f070d81d4b13ad9022d34…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-17 (Tue, 17 Jan 2017)
Changed paths:
M README.md
Log Message:
-----------
Add example for changing SQL mode
Fixes #124
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 3420cbbb52e785270afcbdf7f5b311e5ad53a75b
https://github.com/phpmyadmin/sql-parser/commit/3420cbbb52e785270afcbdf7f5b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-17 (Tue, 17 Jan 2017)
Changed paths:
M src/Lexer.php
M src/Utils/Formatter.php
Log Message:
-----------
Merge pull request #122 from bigfoot90/some-clean
Remove unuseful brackets
Commit: 0c5d8750d06e4bc0d1d1338673a0d13abf61a9f8
https://github.com/phpmyadmin/sql-parser/commit/0c5d8750d06e4bc0d1d1338673a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M CHANGELOG.md
M src/Lexer.php
M tests/Parser/SelectStatementTest.php
A tests/data/parser/parseSelectErr2.in
A tests/data/parser/parseSelectErr2.out
Log Message:
-----------
Fixed parsing of unterminated variables.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12894
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 7f9ce4065d4e37a07cfd3dc4b1f30bd8e5039920
https://github.com/phpmyadmin/sql-parser/commit/7f9ce4065d4e37a07cfd3dc4b1f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
A .gitattributes
M CHANGELOG.md
M README.md
M composer.json
M phpunit.xml
M src/Components/Expression.php
M src/Lexer.php
M src/Utils/Formatter.php
M tests/Parser/SelectStatementTest.php
A tests/TestCase.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
R tests/bootstrap.php
A tests/data/parser/parseSelect11.in
A tests/data/parser/parseSelect11.out
A tests/data/parser/parseSelectErr2.in
A tests/data/parser/parseSelectErr2.out
M tools/ContextGenerator.php
Log Message:
-----------
Merge branch 'master' into motranslator
Compare: https://github.com/phpmyadmin/sql-parser/compare/a06ebff5bb01...7f9ce4065d4e