[phpmyadmin/sql-parser] 60d101: Fixing validation exception when using enforced option

Branch: refs/heads/QA Home: https://github.com/phpmyadmin/sql-parser Commit: 60d101d3ffab6c18a4aaa22614bfa65e10da0162 https://github.com/phpmyadmin/sql-parser/commit/60d101d3ffab6c18a4aaa22614bf... Author: Fawzi E. Abdulfattah <iifawzie@gmail.com> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: A tests/data/parser/parseCreateWithEnforcedCheck.in A tests/data/parser/parseCreateWithEnforcedCheck.out M src/Components/CreateDefinition.php Log Message: ----------- Fixing validation exception when using enforced option Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com> Commit: 440f05974fc0b6662f1103966ef33dabc33f98fe https://github.com/phpmyadmin/sql-parser/commit/440f05974fc0b6662f1103966ef3... Author: Fawzi E. Abdulfattah <iifawzie@gmail.com> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: A tests/data/parser/parseCreateTableEnforcedCheck.in A tests/data/parser/parseCreateTableEnforcedCheck.out A tests/data/parser/parseCreateTableNotEnforcedCheck.in A tests/data/parser/parseCreateTableNotEnforcedCheck.out A tests/data/parser/parseCreateTableWithInvisibleKey.in A tests/data/parser/parseCreateTableWithInvisibleKey.out M CHANGELOG.md M src/Components/CreateDefinition.php M src/Components/Key.php M tests/Components/KeyTest.php M tests/Parser/CreateStatementTest.php D tests/data/parser/parseCreateWithEnforcedCheck.in D tests/data/parser/parseCreateWithEnforcedCheck.out Log Message: ----------- simplify the tests and support NOT ENFORCED Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com> Commit: 3c2ea7f61e3d2d30d3fcd36c873b01e9e0676705 https://github.com/phpmyadmin/sql-parser/commit/3c2ea7f61e3d2d30d3fcd36c873b... Author: Fawzi E. Abdulfattah <iifawzie@gmail.com> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: Log Message: ----------- Merge branch 'QA' into fixing-enforced-check-option Commit: 0b43c26356d4f2894102dad8c0b6ff0353d5ed33 https://github.com/phpmyadmin/sql-parser/commit/0b43c26356d4f2894102dad8c0b6... Author: William Desportes <williamdes@wdes.fr> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: A tests/data/parser/parseCreateTableEnforcedCheck.in A tests/data/parser/parseCreateTableEnforcedCheck.out A tests/data/parser/parseCreateTableNotEnforcedCheck.in A tests/data/parser/parseCreateTableNotEnforcedCheck.out M src/Components/CreateDefinition.php M tests/Parser/CreateStatementTest.php Log Message: ----------- Merge #355 - Fix #341 - Fixing validation exception when using enforced option Fixes: #341 Pull-request: #355 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: c15837042d383ef735ea17735e7d1f82c4b54b3b https://github.com/phpmyadmin/sql-parser/commit/c15837042d383ef735ea17735e7d... Author: William Desportes <williamdes@wdes.fr> Date: 2021-09-16 (Thu, 09 September 2021) +02:00 Changed paths: M CHANGELOG.md Log Message: ----------- Add a ChangeLog entry for #341 Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
Fawzi E. Abdulfattah