fixed multi-fk checking for postgres (misdetection of multiple single-fks on one...
authorBrandon Black <blblack@gmail.com>
Fri, 27 Jan 2006 16:54:19 +0000 (16:54 +0000)
committerBrandon Black <blblack@gmail.com>
Fri, 27 Jan 2006 16:54:19 +0000 (16:54 +0000)
commit4ce226568294f7e05815527cbf9089f9cab8a458
tree1d4a6c72bc390bca9f7cb3ff1d40bc8d4425f10c
parent132694df167594a69713edd5f472765191215bfd
fixed multi-fk checking for postgres (misdetection of multiple single-fks on one table), fixed inline and implicit fks for sqlite.  mysql needs similar fixes for implicit FKs
lib/DBIx/Class/Schema/Loader/Generic.pm
lib/DBIx/Class/Schema/Loader/SQLite.pm
lib/DBIx/Class/Schema/Loader/mysql.pm
t/11mysql_common.t
t/dbixcsl_common_tests.pm