We can now generate our own test schema
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 27 Jan 2006 01:57:13 +0000 (01:57 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 27 Jan 2006 01:57:13 +0000 (01:57 +0000)
commit0009fa4905ab7f4585c4b470bfe049666bce8e17
tree8e46ec2ea1580e7e65be6640cd6104377d7e6cec
parenta14d1055a6377d400f6bdfdcec2b4b605d003584
We can now generate our own test schema
21 files changed:
MANIFEST.SKIP
lib/SQL/Translator/Parser/DBIx/Class.pm
maint/gen-schema.pl [new file with mode: 0755]
t/lib/DBICTest/Schema/Artist.pm
t/lib/DBICTest/Schema/ArtistUndirectedMap.pm
t/lib/DBICTest/Schema/CD.pm
t/lib/DBICTest/Schema/CD_to_Producer.pm
t/lib/DBICTest/Schema/FourKeys.pm
t/lib/DBICTest/Schema/LinerNotes.pm
t/lib/DBICTest/Schema/OneKey.pm
t/lib/DBICTest/Schema/Producer.pm
t/lib/DBICTest/Schema/SelfRef.pm
t/lib/DBICTest/Schema/SelfRefAlias.pm
t/lib/DBICTest/Schema/Tag.pm
t/lib/DBICTest/Schema/Track.pm
t/lib/DBICTest/Schema/TwoKeys.pm
t/lib/DBICTest/Setup.pm
t/lib/sqlite.sql [new file with mode: 0644]
t/run/01core.tl
t/run/04db.tl
t/run/16joins.tl