[phpmyadmin/sql-parser] a54adc: Enable Lexing of begin_label in the in-procedure s...

Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: a54adc82d185722d36a0d1350c3ce80298aa15a4 https://github.com/phpmyadmin/sql-parser/commit/a54adc82d185722d36a0d1350c3c... Author: Deven Bansod <devenbansod.bits@gmail.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M src/Context.php M src/Lexer.php M src/Token.php M tests/Lexer/LexerTest.php A tests/data/lexer/lexLabel1.in A tests/data/lexer/lexLabel1.out A tests/data/lexer/lexLabel2.in A tests/data/lexer/lexLabel2.out Log Message: ----------- Enable Lexing of begin_label in the in-procedure statements Ex. BEGIN.. END, LOOP, REPEAT, WHILE statements Fix #57 Fix phpmyadmin/phpmyadmin#12344 Fix phpmyadmin/phpmyadmin#12228 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> Commit: 394fe168538da054afc69f8e9401591d0d8ed6f8 https://github.com/phpmyadmin/sql-parser/commit/394fe168538da054afc69f8e9401... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-25 (Tue, 25 Oct 2016) Changed paths: M src/Context.php M src/Lexer.php M src/Token.php M tests/Lexer/LexerTest.php A tests/data/lexer/lexLabel1.in A tests/data/lexer/lexLabel1.out A tests/data/lexer/lexLabel2.in A tests/data/lexer/lexLabel2.out Log Message: ----------- Merge pull request #94 from devenbansod/fix_57 Enable Lexing of begin_label in the in-procedure statements Compare: https://github.com/phpmyadmin/sql-parser/compare/8463b6d18190...394fe168538d
participants (1)
-
Michal Čihař