Really fix INSERT RETURNING - simply make it a flag on the storage and keep the machi...
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 24 Mar 2010 13:10:33 +0000 (13:10 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 24 Mar 2010 13:10:33 +0000 (13:10 +0000)
commit38d5ea9f06646beb01422d3d6a2994f1601bf35e
tree38d3f9d240404f507396cb62c0ea8978ae527d4d
parent03e0b38766f8b4476261bc0d720b7644b65cec30
Really fix INSERT RETURNING - simply make it a flag on the storage and keep the machinery in core
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/InsertReturning.pm [deleted file]
lib/DBIx/Class/Storage/DBI/Pg.pm
t/72pg.t