SQLite parser: handle named constraints, and don't choke on a comment
authorAndrew Rodland <arodland@cpan.org>
Wed, 24 Feb 2010 11:42:47 +0000 (11:42 +0000)
committerAndrew Rodland <arodland@cpan.org>
Wed, 24 Feb 2010 11:42:47 +0000 (11:42 +0000)
commit7179cb094a6f8ef0c4471a2c329090a9a53fa3a5
tree36e83925699f5ce0999b2ba138d43e0054a4eb37
parente0ae2f7d2426231e83600413e0944df672ddf2f4
SQLite parser: handle named constraints, and don't choke on a comment
before a table constraint.
lib/SQL/Translator/Parser/SQLite.pm
t/27sqlite-parser.t