-
Bug
-
Resolution: Done
-
Blocker
-
0.6.1
-
None
In procedure
CREATE DEFINER=`root`@`localhost` PROCEDURE `drop_old_tables_kenshoointernal`(p_int_to_delete INT ) BEGIN INSERT INTO log_tbl (log_name,log_type,message) VALUES ('drop_old_tables_kenshoointernal','debug','end'); END
there is a string `end'. When the method is parsed the string is erronesouly parsed as a keyword END. The problem is that method canConsume etc takse only token string value into consideration not token type.