[phpMyAdmin Git] [phpmyadmin/sql-parser] d4c624: Fixing the issue of not exporting the views that contain union

Fawzi E. Abdulfattah iifawzie at gmail.com
Sun Aug 15 01:22:30 CEST 2021


Branch: refs/heads/QA
Home: https://github.com/phpmyadmin/sql-parser
Commit: d4c6242fff6aae302af0b93c8f7adcd455fef54d
https://github.com/phpmyadmin/sql-parser/commit/d4c6242fff6aae302af0b93c8f7adcd455fef54d
Author: Fawzi E. Abdulfattah <iifawzie at gmail.com>
Date: 2021-08-14 (Sat, 08 August 2021) +02:00

Changed paths: 
A tests/data/parser/parseCreateViewWithUnion.in
A tests/data/parser/parseCreateViewWithUnion.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/parseCreateViewWithWrongSyntax.out
M tests/data/parser/parseCreateViewWithoutQuotes.out

Log Message:
-----------
Fixing the issue of not exporting the views that contain union

Signed-off-by: Fawzi E. Abdulfattah <iifawzie at gmail.com>

Commit: 5876eceebfebf18348e5deef8e3f577a6b758aee
https://github.com/phpmyadmin/sql-parser/commit/5876eceebfebf18348e5deef8e3f577a6b758aee
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-08-15 (Sun, 08 August 2021) +02:00

Changed paths: 
A tests/data/parser/parseCreateViewWithUnion.in
A tests/data/parser/parseCreateViewWithUnion.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/parseCreateViewWithWrongSyntax.out
M tests/data/parser/parseCreateViewWithoutQuotes.out

Log Message:
-----------
Merge #343 - Fixing the issue of ignoring the body tokens when creating views with union

Pull-request: #343

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 5ea1726216a499b102a182215dfb86dfba7855f2
https://github.com/phpmyadmin/sql-parser/commit/5ea1726216a499b102a182215dfb86dfba7855f2
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-08-15 (Sun, 08 August 2021) +02:00

Changed paths: 
M src/Statements/CreateStatement.php

Log Message:
-----------
Remove a trailing whitespace

phpcs did not notice..

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: d0cb61cadb931091c5a65abc42f7f09184791978
https://github.com/phpmyadmin/sql-parser/commit/d0cb61cadb931091c5a65abc42f7f09184791978
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-08-15 (Sun, 08 August 2021) +02:00

Changed paths: 
A tests/data/parser/parseCreateView3.in
A tests/data/parser/parseCreateView3.out
A tests/data/parser/parseCreateView4.in
A tests/data/parser/parseCreateView4.out
A tests/data/parser/parseCreateViewMultiple.in
A tests/data/parser/parseCreateViewMultiple.out
M tests/Parser/CreateStatementTest.php

Log Message:
-----------
Add more create view test cases

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 0f8b27589e0e0ffa2fe778d67e5dbda32ec63ab3
https://github.com/phpmyadmin/sql-parser/commit/0f8b27589e0e0ffa2fe778d67e5dbda32ec63ab3
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-08-15 (Sun, 08 August 2021) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
-----------
Add a ChangeLog entry for #343

Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list