removed ->reload_row from storage, changed this to a method based on the actual row...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Thu, 19 Jun 2008 14:45:42 +0000 (14:45 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Thu, 19 Jun 2008 14:45:42 +0000 (14:45 +0000)
commitb9b4e52f923e01eb496eb04a70e82824ecbe9dbe
treeae3c2398cb6d4d5080e952264f30e44ce6590ff2
parent456e850065d350d306858bcac1281682e18b33bb
removed ->reload_row from storage, changed this to a method based on the actual row object.  discard_changes is still semantically ambiguous but this solution is better
lib/DBIx/Class/PK.pm
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Storage.pm
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/Replicated.pm