Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: beef18f892d03622e55b331027c23f4bd8b87e02 https://github.com/phpmyadmin/sql-parser/commit/beef18f892d03622e55b331027c2... Author: Nicolas Giraud nicolas.giraud.dev@gmail.com Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: A tests/data/lexer/lexWildcardThenComment.in A tests/data/lexer/lexWildcardThenComment.out M src/Context.php M src/Lexer.php
Log Message: ----------- Fixing conflict in lexer when '*/*' was in a query.
Commit: 2662e53a9b7bcc59278a6b026aeb71df14648cf2 https://github.com/phpmyadmin/sql-parser/commit/2662e53a9b7bcc59278a6b026aeb... Author: Nicolas Giraud nicolas.giraud.dev@gmail.com Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: M tests/Lexer/LexerTest.php
Log Message: ----------- Add provider to test the '*/*' case.
Commit: 101e0b0d720b397fda735c05d67984002a19207f https://github.com/phpmyadmin/sql-parser/commit/101e0b0d720b397fda735c05d679... Author: Nicolas Giraud nicolas.giraud.dev@gmail.com Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: M tests/data/lexer/lexWildcardThenComment.in M tests/data/lexer/lexWildcardThenComment.out
Log Message: ----------- Add new test cases of managements of '*/*'.
Commit: 068fa3bea95cbe5ec9698f37eb801d623aa6bb16 https://github.com/phpmyadmin/sql-parser/commit/068fa3bea95cbe5ec9698f37eb80... Author: William Desportes williamdes@wdes.fr Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: M CONTRIBUTING.md M tools/run_generators.sh
Log Message: ----------- Improve run generators script
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 714866974b6a2937d405fc9f776d7e22ece90e84 https://github.com/phpmyadmin/sql-parser/commit/714866974b6a2937d405fc9f776d... Author: William Desportes williamdes@wdes.fr Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: A tests/data/parser/parseAlterTableSetAutoIncrementError.in A tests/data/parser/parseAlterTableSetAutoIncrementError.out M tests/Parser/SetStatementTest.php
Log Message: ----------- Add last missing error test case
Now we should hit 100% coverage
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 6b42052c99a371347dcf5ced3aa2bafc2db87633 https://github.com/phpmyadmin/sql-parser/commit/6b42052c99a371347dcf5ced3aa2... Author: William Desportes williamdes@wdes.fr Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: A tests/data/lexer/lexWildcardThenComment.in A tests/data/lexer/lexWildcardThenComment.out M src/Context.php M src/Lexer.php M tests/Lexer/LexerTest.php
Log Message: ----------- Merge #287 - Fix #285 - Fixing conflict in lexer when '*/*' was in a query.
Pull-request: #287 Fixes: #285
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: bca53cba4ad2ca48309e3b95ec625de2d892ce15 https://github.com/phpmyadmin/sql-parser/commit/bca53cba4ad2ca48309e3b95ec62... Author: William Desportes williamdes@wdes.fr Date: 2020-02-10 (Mon, 02 February 2020) +01:00
Changed paths: A tests/data/lexer/lexWildcardThenComment.in A tests/data/lexer/lexWildcardThenComment.out A tests/data/parser/parseAlterTableSetAutoIncrementError.in A tests/data/parser/parseAlterTableSetAutoIncrementError.out M CONTRIBUTING.md M src/Context.php M src/Lexer.php M tests/Lexer/LexerTest.php M tests/Parser/SetStatementTest.php M tools/run_generators.sh
Log Message: ----------- Merge branch 'QA'
Signed-off-by: William Desportes williamdes@wdes.fr