move INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird
authorRafael Kitover <rkitover@cpan.org>
Mon, 22 Mar 2010 15:45:55 +0000 (15:45 +0000)
committerRafael Kitover <rkitover@cpan.org>
Mon, 22 Mar 2010 15:45:55 +0000 (15:45 +0000)
commitbe860760714f5933672f8913d742f6cde6931149
treee5258faab6ac0d729ffe9c0d21ef98cd1a2cd670
parent4d4dc51818371c6762e3675568a2e0c4c89d6c60
move INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird
lib/DBIx/Class/Storage/DBI/InsertReturning.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/InterBase.pm
lib/DBIx/Class/Storage/DBI/Pg.pm
t/72pg.t