Branch: refs/heads/motranslator Home: https://github.com/phpmyadmin/sql-parser Commit: 4bef088a6edf74dc3a3e95493f4ecfe31762344d https://github.com/phpmyadmin/sql-parser/commit/4bef088a6edf74dc3a3e95493f4e... Author: Damian Dlugosz bigfootdd@gmail.com Date: 2017-01-08 (Sun, 08 Jan 2017)
Changed paths: M src/Lexer.php M tests/Utils/FormatterTest.php M tests/data/lexer/lexComment.out M tests/data/lexer/lexNumber.out
Log Message: ----------- Fix comment parsing
Commit: 51275207ef5cc18c7905b779858cda4bca7d4c81 https://github.com/phpmyadmin/sql-parser/commit/51275207ef5cc18c7905b779858c... Author: Damian Dlugosz bigfootdd@gmail.com Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths: M src/Utils/Formatter.php M tests/Utils/CLITest.php M tests/Utils/FormatterTest.php
Log Message: ----------- Fix comment parsing
Commit: ed8d676e2ca0dff7fa49375d1984773379e3815e https://github.com/phpmyadmin/sql-parser/commit/ed8d676e2ca0dff7fa49375d1984... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M src/Lexer.php M src/Utils/Formatter.php M tests/Utils/CLITest.php M tests/Utils/FormatterTest.php M tests/data/lexer/lexComment.out M tests/data/lexer/lexNumber.out
Log Message: ----------- Merge pull request #123 from bigfoot90/fix-comment-parsing
Fix comment parsing
Commit: 23962cf9ecb9209eda14815e473d8f0bbd75ec21 https://github.com/phpmyadmin/sql-parser/commit/23962cf9ecb9209eda14815e473d... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M CHANGELOG.md
Log Message: ----------- Add changelog entry for #123
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2b59d9e19432a385d952bcc94b3ffe6b11f22cbf https://github.com/phpmyadmin/sql-parser/commit/2b59d9e19432a385d952bcc94b3f... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M CHANGELOG.md
Log Message: ----------- Release today
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 92716f6f2fbcef82851c3e3c1fb497de651eb84d https://github.com/phpmyadmin/sql-parser/commit/92716f6f2fbcef82851c3e3c1fb4... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M CHANGELOG.md
Log Message: ----------- Prepere changelog for next release
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 5ff7570723cb7cf5911f9bd905092d553093cada https://github.com/phpmyadmin/sql-parser/commit/5ff7570723cb7cf5911f9bd90509... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M src/Lexer.php M src/Utils/Formatter.php
Log Message: ----------- Run php-cs-fixer
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 013a50255fe6e822a5bc89a16c50e6a505d5498d https://github.com/phpmyadmin/sql-parser/commit/013a50255fe6e822a5bc89a16c50... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M src/Statements/ReplaceStatement.php
Log Message: ----------- Remove unused code
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cd205b18e578f7acf45d45516691078826a6b097 https://github.com/phpmyadmin/sql-parser/commit/cd205b18e578f7acf45d45516691... Author: Michal Čihař michal@cihar.com Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths: M .gitattributes
Log Message: ----------- Bring back tests to composer packages
See discussion at https://github.com/phpmyadmin/sql-parser/commit/5e9ed9878aa9335c32597e42f88b...
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 554358dfc6ed2e026d63cc22353aefddb68a9dda https://github.com/phpmyadmin/sql-parser/commit/554358dfc6ed2e026d63cc22353a... Author: Remi Collet remi@famillecollet.com Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths: M .gitattributes
Log Message: ----------- Update .gitattributes
Commit: 641f59c7adf695920f1c01fe1a8df32dd37096de https://github.com/phpmyadmin/sql-parser/commit/641f59c7adf695920f1c01fe1a8d... Author: Michal Čihař michal@cihar.com Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths: M .gitattributes
Log Message: ----------- Merge pull request #125 from remicollet/patch-1
Update .gitattributes
Commit: 65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8 https://github.com/phpmyadmin/sql-parser/commit/65f66eb7b6ca98218184f3ab39f6... Author: Michal Čihař michal@cihar.com Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths: M .travis.yml
Log Message: ----------- Update Travis CI settings
- define PHP versions as string in yaml - remove not needed caches - remove ocular upload (we do run tests on scrutinizer directly) - use phpunit from vendor dir
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 50ef374ea466ad734fe687ac75e0e7986c46c1b2 https://github.com/phpmyadmin/sql-parser/commit/50ef374ea466ad734fe687ac75e0... Author: Michal Čihař michal@cihar.com Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths: M .gitattributes M .travis.yml M CHANGELOG.md M src/Lexer.php M src/Statements/ReplaceStatement.php M src/Utils/Formatter.php M tests/Utils/CLITest.php M tests/Utils/FormatterTest.php M tests/data/lexer/lexComment.out M tests/data/lexer/lexNumber.out
Log Message: ----------- Merge branch 'master' into motranslator
Compare: https://github.com/phpmyadmin/sql-parser/compare/5489846a6a3d...50ef374ea466