changed storage->insert|update|delete to accept the source object directly and to...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Mon, 20 Nov 2006 05:01:56 +0000 (05:01 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Mon, 20 Nov 2006 05:01:56 +0000 (05:01 +0000)
commit7af8b477f07d8ae5b759a285ae95d0c0f1697c8a
tree0c1d497812a36a9c54ed58a4c689d41ee723c988
parent6e399b4faae26e6661c8bd734a31e619c97b78b8
changed storage->insert|update|delete to accept the source object directly and to get the attributes for the columns in storage::DBI and not elsewhere.  Cleaned up the tests.  Still getting attribute info from the table schemas
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Storage/DBI.pm
t/bindtype_columns.t
t/lib/DBICTest/Schema/Artist.pm