Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: de566872af26fc8d785d110fcf3bc1890da73e8d https://github.com/phpmyadmin/sql-parser/commit/de566872af26fc8d785d110fcf3bc1890da73e8d Author: asrar <[email protected]> Date: 2020-08-27 (Thu, 08 August 2020) +02:00
Changed paths: A tests/data/parser/parseCreateViewWithWrongSyntax.in A tests/data/parser/parseCreateViewWithWrongSyntax.out M src/Statements/CreateStatement.php M tests/Builder/CreateStatementTest.php M tests/Parser/CreateStatementTest.php M tests/data/parser/parseCreateView.out M tests/data/parser/parseCreateViewWithQuotes.out M tests/data/parser/parseCreateViewWithoutQuotes.out Log Message: ----------- Validates select inside view The view statement body was not being validated, used existing select statement to ensure that the view definition is correctly linted. Also updated generated parser tests in / out tests. Commit: dca5a971e763e647933207051d6da7ffdda6b5c2 https://github.com/phpmyadmin/sql-parser/commit/dca5a971e763e647933207051d6da7ffdda6b5c2 Author: William Desportes <[email protected]> Date: 2020-10-02 (Fri, 10 October 2020) +02:00 Changed paths: A tests/data/parser/parseCreateViewWithWrongSyntax.in A tests/data/parser/parseCreateViewWithWrongSyntax.out M src/Statements/CreateStatement.php M tests/Builder/CreateStatementTest.php M tests/Parser/CreateStatementTest.php M tests/data/parser/parseCreateView.out M tests/data/parser/parseCreateViewWithQuotes.out M tests/data/parser/parseCreateViewWithoutQuotes.out Log Message: ----------- Merge #311 - Fixes #310 - Adds select validation to create view Pull-request: #311 Fixes: #310 Signed-off-by: William Desportes <[email protected]> Commit: ef0943217bc47762c221efdfc0ba8434dc151c78 https://github.com/phpmyadmin/sql-parser/commit/ef0943217bc47762c221efdfc0ba8434dc151c78 Author: William Desportes <[email protected]> Date: 2020-10-02 (Fri, 10 October 2020) +02:00 Changed paths: M CHANGELOG.md Log Message: ----------- Add a ChangeLog entry for #310 Signed-off-by: William Desportes <[email protected]> Commit: 9886594c7e16a07e12c6bc6496cc88d0ad3ce3ea https://github.com/phpmyadmin/sql-parser/commit/9886594c7e16a07e12c6bc6496cc88d0ad3ce3ea Author: William Desportes <[email protected]> Date: 2020-10-02 (Fri, 10 October 2020) +02:00 Changed paths: A tests/data/parser/parseCreateViewWithWrongSyntax.in A tests/data/parser/parseCreateViewWithWrongSyntax.out M CHANGELOG.md M src/Statements/CreateStatement.php M tests/Builder/CreateStatementTest.php M tests/Parser/CreateStatementTest.php M tests/data/parser/parseCreateView.out M tests/data/parser/parseCreateViewWithQuotes.out M tests/data/parser/parseCreateViewWithoutQuotes.out Log Message: ----------- Merge branch 'QA' Signed-off-by: William Desportes <[email protected]> Commit: 707bbfd26213e6fd14d4e2a06dcd19c1c2d897ad https://github.com/phpmyadmin/sql-parser/commit/707bbfd26213e6fd14d4e2a06dcd19c1c2d897ad Author: William Desportes <[email protected]> Date: 2020-10-02 (Fri, 10 October 2020) +02:00 Changed paths: M .gitignore M CHANGELOG.md M src/Translator.php Log Message: ----------- Typo fixes and ignore .phpunit.result.cache [ci skip] Signed-off-by: William Desportes <[email protected]> Commit: cae464cbf73b2ae02e7055a8213a2958ca6ed21a https://github.com/phpmyadmin/sql-parser/commit/cae464cbf73b2ae02e7055a8213a2958ca6ed21a Author: William Desportes <[email protected]> Date: 2020-10-02 (Fri, 10 October 2020) +02:00 Changed paths: M .gitignore M CHANGELOG.md M src/Translator.php Log Message: ----------- Merge branch 'QA' Signed-off-by: William Desportes <[email protected]> Commit: abda0ffa471f98ec491918ae73a78886270fe9f3 https://github.com/phpmyadmin/sql-parser/commit/abda0ffa471f98ec491918ae73a78886270fe9f3 Author: William Desportes <[email protected]> Date: 2020-10-02 (Fri, 10 October 2020) +02:00 Changed paths: M README.md Log Message: ----------- Minor README improvements Signed-off-by: William Desportes <[email protected]> _______________________________________________ Git mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/git
