- Allow explicit specification of ON DELETE/ON UPDATE constraints when using the...
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 22 Aug 2008 12:48:18 +0000 (12:48 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 22 Aug 2008 12:48:18 +0000 (12:48 +0000)
commite377d72388ed081124009d59f2f807f67c908a4d
tree1788f071740914304b7fe50c0f79ee7411b44420
parent2328814a26b6ee181d9999ddf57fc16d862c6ccd
- Allow explicit specification of ON DELETE/ON UPDATE constraints when using the SQLT parser
- Minor refactor of the parser (needs more work)
lib/DBIx/Class/Relationship/Base.pm
lib/SQL/Translator/Parser/DBIx/Class.pm
t/86sqlt.t
t/lib/DBICTest/Schema/ArtistUndirectedMap.pm
t/lib/DBICTest/Schema/CD.pm