[phpmyadmin/sql-parser] 58f852: Fixing the issue of not handling the procedures options correctly

Branch: refs/heads/QA Home: https://github.com/phpmyadmin/sql-parser Commit: 58f852ad8b57cc1977b45553e06d92a655af3a78 https://github.com/phpmyadmin/sql-parser/commit/58f852ad8b57cc1977b45553e06d... Author: Fawzi E. Abdulfattah <iifawzie@gmail.com> Date: 2021-08-20 (Fri, 08 August 2021) +02:00 Changed paths: M src/Statements/CreateStatement.php M tests/Builder/CreateStatementTest.php M tests/Parser/AlterStatementTest.php M tests/data/parser/parseCreateProcedure1.in M tests/data/parser/parseCreateProcedure1.out Log Message: ----------- Fixing the issue of not handling the procedures options correctly Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com> Commit: 7654273a1b99e9b34fdea9ba313d37cbb45e8c3a https://github.com/phpmyadmin/sql-parser/commit/7654273a1b99e9b34fdea9ba313d... Author: William Desportes <williamdes@wdes.fr> Date: 2021-08-21 (Sat, 08 August 2021) +02:00 Changed paths: M src/Statements/CreateStatement.php M tests/Builder/CreateStatementTest.php M tests/data/parser/parseCreateProcedure1.in M tests/data/parser/parseCreateProcedure1.out Log Message: ----------- Merge #346 - Fix #339 - Fixing the issue of not handling the procedures and functions's options Fixes: #339 Pull-request: #346 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 7d6a53b66aad4616aa6ae621ca11ffc5eaaca762 https://github.com/phpmyadmin/sql-parser/commit/7d6a53b66aad4616aa6ae621ca11... Author: William Desportes <williamdes@wdes.fr> Date: 2021-08-21 (Sat, 08 August 2021) +02:00 Changed paths: M CHANGELOG.md Log Message: ----------- Add a ChangeLog entry for #339 Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
Fawzi E. Abdulfattah