[phpMyAdmin Git] [phpmyadmin/sql-parser] beef18: Fixing conflict in lexer when '*/*' was in a query.

Nicolas Giraud nicolas.giraud.dev at gmail.com
Mon Feb 10 21:46:05 CET 2020


Branch: refs/heads/QA
Home: https://github.com/phpmyadmin/sql-parser
Commit: beef18f892d03622e55b331027c23f4bd8b87e02
https://github.com/phpmyadmin/sql-parser/commit/beef18f892d03622e55b331027c23f4bd8b87e02
Author: Nicolas Giraud <nicolas.giraud.dev at 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/2662e53a9b7bcc59278a6b026aeb71df14648cf2
Author: Nicolas Giraud <nicolas.giraud.dev at 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/101e0b0d720b397fda735c05d67984002a19207f
Author: Nicolas Giraud <nicolas.giraud.dev at 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/068fa3bea95cbe5ec9698f37eb801d623aa6bb16
Author: William Desportes <williamdes at 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 at wdes.fr>

Commit: 714866974b6a2937d405fc9f776d7e22ece90e84
https://github.com/phpmyadmin/sql-parser/commit/714866974b6a2937d405fc9f776d7e22ece90e84
Author: William Desportes <williamdes at 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 at wdes.fr>

Commit: 6b42052c99a371347dcf5ced3aa2bafc2db87633
https://github.com/phpmyadmin/sql-parser/commit/6b42052c99a371347dcf5ced3aa2bafc2db87633
Author: William Desportes <williamdes at 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 at wdes.fr>



More information about the Git mailing list