[DBIx-Class-Devel] [dbsrgits/sql-translator] SQL::Translator::Parser::Oracle fails to parse DROP statement (#89)

James Gilbert notifications at github.com
Fri Apr 28 13:34:10 GMT 2017


On line [137](https://github.com/dbsrgits/sql-translator/blob/master/lib/SQL/Translator/Parser/Oracle.pm#L137) of SQL::Translator::Parser::Oracle, the grammar rule:

`drop : /drop/i WORD(s) NAME WORD(s?) ';'`

fails to match if table names aren't surrounded with quotes because WORD(s) matches to the end and NAME has nothing left to match.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/89
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20170428/c866207a/attachment.htm>


More information about the DBIx-Class-Devel mailing list