Branch: refs/heads/QA
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]>

_______________________________________________
Git mailing list
[email protected]
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to