Patch to schema->deploy against a file
authormilki <milki@rescomp.berkeley.edu>
Sun, 13 Feb 2011 21:04:33 +0000 (13:04 -0800)
committermilki <milki@rescomp.berkeley.edu>
Tue, 22 Feb 2011 19:41:08 +0000 (11:41 -0800)
commit91d0c99f913a7d2a03a159c4f14ecde89c43a1bf
treedbe62f6e32c30b2fb3a35ddb50842f13de74c315
parentffaf39449a196bd9867177134e65399a9e2f6aac
Patch to schema->deploy against a file

Fixes skipped lines when a comment is followed by a statement
Explicitly split on single line comments and not just ;\n
Add some FIXME comments on the state of deploy
Changes
lib/DBIx/Class.pm
lib/DBIx/Class/Storage/DBI.pm
t/lib/test_deploy/DBICTest-Schema-1.x-SQLite.sql [new file with mode: 0644]
t/storage/deploy.t