Views without a view_definition won't be added to the SQL::Translator::Schema by...
authorAlexander Hartmaier <abraxxa@cpan.org>
Thu, 17 Dec 2009 22:22:07 +0000 (22:22 +0000)
committerAlexander Hartmaier <abraxxa@cpan.org>
Thu, 17 Dec 2009 22:22:07 +0000 (22:22 +0000)
commit8f1617e23a195d3730e821d3dda2eeb913b99b22
tree6f5eec4a2651fcfa0af1e41ce1186e1d3df839c7
parentdb4c23bcb9363ecaf52f1195e0dab81dea6f1ff7
Views without a view_definition won't be added to the SQL::Translator::Schema by the parser + tests
Changes
lib/SQL/Translator/Parser/DBIx/Class.pm
t/99dbic_sqlt_parser.t
t/lib/DBICTest/Schema.pm
t/lib/DBICTest/Schema/NoViewDefinition.pm [new file with mode: 0644]