[phpmyadmin/sql-parser] 395c53: Lexer - Solving ambiguity on function keywords

Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 395c533af4d64621815e90bc14a20fe18064a56a https://github.com/phpmyadmin/sql-parser/commit/395c533af4d64621815e90bc14a2... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-20 (Sun, 11 November 2022) +02:00 Changed paths: A tests/data/parser/parseDelete13.in A tests/data/parser/parseDelete13.out A tests/data/parser/parseUpdate4.in A tests/data/parser/parseUpdate4.out M src/Lexer.php M src/TokensList.php M tests/Components/ExpressionTest.php M tests/Lexer/TokensListTest.php M tests/data/parser/parseSetCharsetError.out Log Message: ----------- Lexer - Solving ambiguity on function keywords Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: e81c46dbfe18ade27d2182c961dae9f483f9d78f https://github.com/phpmyadmin/sql-parser/commit/e81c46dbfe18ade27d2182c961da... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-27 (Sun, 11 November 2022) +02:00 Changed paths: A tests/Tools/ContextGeneratorTest.php A tests/Tools/contexts/testContext.txt A tests/Tools/templates/ContextTest.php M phpunit.xml.dist Log Message: ----------- Testing the context generator methods Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: 24403e8b4bdccd8689bed670cf8b48df10f967ab https://github.com/phpmyadmin/sql-parser/commit/24403e8b4bdccd8689bed670cf8b... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-27 (Sun, 11 November 2022) +02:00 Changed paths: M tests/Tools/ContextGeneratorTest.php Log Message: ----------- Remove unused variable Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: 3fb4c40809bef23fa20b04bfef8ef7e0c88d2e2a https://github.com/phpmyadmin/sql-parser/commit/3fb4c40809bef23fa20b04bfef8e... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-27 (Sun, 11 November 2022) +02:00 Changed paths: M tests/Tools/ContextGeneratorTest.php Log Message: ----------- update folder's name Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: 122fe61d76a485b3da2a3b3fccf14e297053385e https://github.com/phpmyadmin/sql-parser/commit/122fe61d76a485b3da2a3b3fccf1... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-27 (Sun, 11 November 2022) +02:00 Changed paths: M tests/Tools/ContextGeneratorTest.php Log Message: ----------- Update the testFormatName Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: 3f8b220fb9438a553ead2769fbff4d53c8632ce7 https://github.com/phpmyadmin/sql-parser/commit/3f8b220fb9438a553ead2769fbff... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-27 (Sun, 11 November 2022) +02:00 Changed paths: M src/Tools/ContextGenerator.php Log Message: ----------- Adding a guard Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: d1c8fb15bd69f18f5872b76b3ca72b3afb931ae5 https://github.com/phpmyadmin/sql-parser/commit/d1c8fb15bd69f18f5872b76b3ca7... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-27 (Sun, 11 November 2022) +02:00 Changed paths: M src/Tools/ContextGenerator.php M tests/Tools/ContextGeneratorTest.php Log Message: ----------- Remove unmeaningful test case Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: 34a9a5425b4b0fc814be9133612ca153e3f4ae47 https://github.com/phpmyadmin/sql-parser/commit/34a9a5425b4b0fc814be9133612c... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-28 (Mon, 11 November 2022) +02:00 Changed paths: M tests/Tools/ContextGeneratorTest.php M tests/Tools/contexts/testContext.txt M tests/Tools/templates/ContextTest.php Log Message: ----------- Add more keywords to the context to test context template creation and multiple occurrence of a keyword Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: e1fc834b02513b00de0f9a61ffd43e19fe80a54d https://github.com/phpmyadmin/sql-parser/commit/e1fc834b02513b00de0f9a61ffd4... Author: iifawzi <iifawzie@gmail.com> Date: 2022-11-28 (Mon, 11 November 2022) +02:00 Changed paths: M phpcs.xml.dist M tests/Tools/ContextGeneratorTest.php Log Message: ----------- update phpcs to exclude tested contexts Signed-off-by: iifawzi <iifawzie@gmail.com> Commit: cca5eb8b11d5124e35f12c7acc28456e2a119f29 https://github.com/phpmyadmin/sql-parser/commit/cca5eb8b11d5124e35f12c7acc28... Author: William Desportes <williamdes@wdes.fr> Date: 2023-01-06 (Fri, 01 January 2023) +04:00 Changed paths: A tests/Tools/ContextGeneratorTest.php A tests/Tools/contexts/testContext.txt A tests/Tools/templates/ContextTest.php M phpcs.xml.dist M phpunit.xml.dist Log Message: ----------- Merge #394 - Testing the `contextGenerator` class Pull-request: #394 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 78735ddaec45d64a8fdc6906682065c077f18b5e https://github.com/phpmyadmin/sql-parser/commit/78735ddaec45d64a8fdc69066820... Author: William Desportes <williamdes@wdes.fr> Date: 2023-01-06 (Fri, 01 January 2023) +04:00 Changed paths: A tests/data/parser/parseDelete13.in A tests/data/parser/parseDelete13.out A tests/data/parser/parseUpdate4.in A tests/data/parser/parseUpdate4.out M src/Lexer.php M src/TokensList.php M tests/Components/ExpressionTest.php M tests/Lexer/TokensListTest.php M tests/data/parser/parseSetCharsetError.out Log Message: ----------- Merge #385 - Lexer - Solving ambiguity on function keywords Pull-request: #385 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: dec0a22f771a76cdbabd61d1e3fcb63b7cea2010 https://github.com/phpmyadmin/sql-parser/commit/dec0a22f771a76cdbabd61d1e3fc... Author: William Desportes <williamdes@wdes.fr> Date: 2023-01-06 (Fri, 01 January 2023) +04:00 Changed paths: M CHANGELOG.md Log Message: ----------- Add a CHANGELOG entry for #385 Pull-request: #385 Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
iifawzi