Hi, I was trying to transfer the check for "is_procedure" in sql.php to sql parser. There I realized that "CALL" is recognized as alpha_identifier rather than alpha_reservedWord. But CALL is a mysql reserved word. I would like to have a clarification regarding this issue.
Regards Supun.
Le 2013-07-14 07:09, Supun Nakandala a écrit :
Hi, I was trying to transfer the check for "is_procedure" in sql.php to sql parser. There I realized that "CALL" is recognized as alpha_identifier rather than alpha_reservedWord. But CALL is a mysql reserved word. I would like to have a clarification regarding this issue.
Regards Supun.
Hi Supun, is it better after this?
https://github.com/phpmyadmin/phpmyadmin/commit/d314b7499adec28ca468fd79413c...