Changed row and rs objects to not have direct handle to a source, instead a
authorAsh Berlin <ash_github@firemirror.com>
Tue, 21 Nov 2006 09:46:41 +0000 (09:46 +0000)
committerAsh Berlin <ash_github@firemirror.com>
Tue, 21 Nov 2006 09:46:41 +0000 (09:46 +0000)
commitaec3eff1a3bba3ee46eaadabf496e9a369b8638a
tree109b05bbf1d51b0b4c6b6396f589f0c737d33087
parent870fe3956ab64f3d5a810608a368b7324ab7308b
Changed row and rs objects to not have direct handle to a source, instead a
(schema,source_name) tuple of type ResultSourceHandle.
lib/DBIx/Class/Core.pm
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/ResultSource.pm
lib/DBIx/Class/ResultSourceHandle.pm [new file with mode: 0644]
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Serialize/Storable.pm [deleted file]
t/lib/DBICTest/Schema/ArtistSourceName.pm