Branch: refs/heads/motranslator Home: https://github.com/phpmyadmin/sql-parser Commit: abfdf58d647aeab7176fc93d4f1c1c83f83a5251 https://github.com/phpmyadmin/sql-parser/commit/abfdf58d647aeab7176fc93d4f1c... Author: Michal Čihař michal@cihar.com Date: 2016-12-21 (Wed, 21 Dec 2016)
Changed paths: M README.md
Log Message: ----------- Add translation widget
Signed-off-by: Michal Čihař michal@cihar.com
Commit: f23527ca8495f6b8c07d76329cbad4381081583a https://github.com/phpmyadmin/sql-parser/commit/f23527ca8495f6b8c07d76329cba... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-12-21 (Wed, 21 Dec 2016)
Changed paths: M src/Components/IntoKeyword.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 tools/contexts/_common.txt
Log Message: ----------- Fix parsing of FIELDS and LINES options in SELECT..INTO
Fix #105
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 8d3ffed5cb074749355bd3dd0b4d0f1bd8c45572 https://github.com/phpmyadmin/sql-parser/commit/8d3ffed5cb074749355bd3dd0b4d... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-12-21 (Wed, 21 Dec 2016)
Changed paths: M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectIntoOptions1.in A tests/data/parser/parseSelectIntoOptions1.out
Log Message: ----------- Add tests for parsing of FIELDS and LINES options in SELECT..INTO
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 403f585de6cf589e230940f045ce16eafaec67fe https://github.com/phpmyadmin/sql-parser/commit/403f585de6cf589e230940f045ce... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-12-21 (Wed, 21 Dec 2016)
Changed paths: M tests/Builder/SelectStatementTest.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectIntoOptions2.in A tests/data/parser/parseSelectIntoOptions2.out
Log Message: ----------- Add more tests
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 62ca07c97fd9cc40807084013fd1bc3e467ff0fe https://github.com/phpmyadmin/sql-parser/commit/62ca07c97fd9cc40807084013fd1... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-12-21 (Wed, 21 Dec 2016)
Changed paths: M src/Components/IntoKeyword.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectIntoOptions3.in A tests/data/parser/parseSelectIntoOptions3.out
Log Message: ----------- Add more tests, fix unneeded error
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 54970a28d93df4ecdc8c520e7a34c6e4d0de0b3f https://github.com/phpmyadmin/sql-parser/commit/54970a28d93df4ecdc8c520e7a34... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-12-22 (Thu, 22 Dec 2016)
Changed paths: M src/Components/IntoKeyword.php
Log Message: ----------- Make the method access public since called from object
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: a59b441090659c6c42c2044c3e3757ce504ad3e7 https://github.com/phpmyadmin/sql-parser/commit/a59b441090659c6c42c2044c3e37... Author: Michal Čihař michal@cihar.com Date: 2016-12-22 (Thu, 22 Dec 2016)
Changed paths: M src/Components/IntoKeyword.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 tests/Builder/SelectStatementTest.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectIntoOptions1.in A tests/data/parser/parseSelectIntoOptions1.out A tests/data/parser/parseSelectIntoOptions2.in A tests/data/parser/parseSelectIntoOptions2.out A tests/data/parser/parseSelectIntoOptions3.in A tests/data/parser/parseSelectIntoOptions3.out M tools/contexts/_common.txt
Log Message: ----------- Merge pull request #107 from devenbansod/fix_105
Fix #105: Fix parsing of FIELDS and LINES options in Select..Into
Commit: 246b123ad438da0e79317e56b7eac0979c1202f2 https://github.com/phpmyadmin/sql-parser/commit/246b123ad438da0e79317e56b7ea... Author: Michal Čihař michal@cihar.com Date: 2016-12-22 (Thu, 22 Dec 2016)
Changed paths: M CHANGELOG.md
Log Message: ----------- Document change for #105 and #107
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 5b65df6a0003aff4d461c89012316439b9936f77 https://github.com/phpmyadmin/sql-parser/commit/5b65df6a0003aff4d461c8901231... Author: Michal Čihař michal@cihar.com Date: 2016-12-22 (Thu, 22 Dec 2016)
Changed paths: M CHANGELOG.md M src/Components/IntoKeyword.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 tests/Builder/SelectStatementTest.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectIntoOptions1.in A tests/data/parser/parseSelectIntoOptions1.out A tests/data/parser/parseSelectIntoOptions2.in A tests/data/parser/parseSelectIntoOptions2.out A tests/data/parser/parseSelectIntoOptions3.in A tests/data/parser/parseSelectIntoOptions3.out M tools/contexts/_common.txt
Log Message: ----------- Merge branch 'master' into motranslator
Compare: https://github.com/phpmyadmin/sql-parser/compare/06da2aee8b55...5b65df6a0003