Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: f3bee14c29d783778be6dab4ca2b553a625e5baa https://github.com/phpmyadmin/sql-parser/commit/f3bee14c29d783778be6dab4ca2b... Author: Everstray Jun Sinri Edogawa e.joshua.s.e@gmail.com Date: 2019-05-06 (Mon, 05 May 2019) -04:00
Changed paths: M src/Statement.php M src/Statements/CallStatement.php
Log Message: ----------- Fix issue #223: can't parse multiple call statements (#224)
Fix for errors when using multiple CALL statements and no arguments/parenthesis.
Fixes: #223