Data::ObjectDriver: A relational mapper that doesn’t suck July 27th 2006 : Data::ObjectDriver: A relational mapper that doesn’t suck July 27th 2006 Relational mapper : Relational mapper Abstraction layer Maps from classes and objects to rel... 続きを読む
perlCPANに上がってるのだとどーやったらいいのかさっぱりわかんなかったけど、code.sixapart.comに上がってるやつだとこんな感じでやるみたい。 Data::ObjectDriver::BaseObject->begin_work; eval { my $album = Album->new; $album->title('Album'); $album-... 続きを読む
Data-ObjectDriver fails its tests when run with bleadperl. The following patch fixes the problems. --- lib/Data/ObjectDriver/Driver/DBD.pm.old Fri Nov 23 12:26:01 2007 +++ lib/Data/ObjectDriver/Driver/DBD.pm Fri Nov 23 12:25:34 2007 @@ -10,6 ... 続きを読む