Schema support added, DBICTest refactored to use it
authorMatt S Trout <mst@shadowcat.co.uk>
Thu, 4 Aug 2005 16:34:11 +0000 (16:34 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Thu, 4 Aug 2005 16:34:11 +0000 (16:34 +0000)
commita02675cd9a11e1f354220319da9f5d573a2e484a
treeae835d49a00fbb231d95804f8f5ea16de53048f1
parentf8c4996c81bc00b9381fb92394626049cac2ba05
Schema support added, DBICTest refactored to use it
15 files changed:
lib/DBIx/Class.pm
lib/DBIx/Class/Core.pm
lib/DBIx/Class/Schema.pm [new file with mode: 0644]
lib/DBIx/Class/Test/SQLite.pm
t/lib/DBICTest.pm
t/lib/DBICTest/Schema.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Artist.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/CD.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/FourKeys.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/LinerNotes.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/OneKey.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Tag.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Track.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/TwoKeys.pm [new file with mode: 0755]
t/testlib/CDBase.pm