Views are automatically excluded from using insert_returning. blocked_by_lack_of_per_resultset_storage_attributes/no_ir_on_views
authorAmiri Barksdale at Home <amiri@metalabel.com>
Thu, 23 Dec 2010 02:40:18 +0000 (18:40 -0800)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 15 Apr 2011 09:19:24 +0000 (11:19 +0200)
commit62ed3a33c8a6688e9428bb7973a327b50f521054
tree4cb1e636b874fe2d9d27a39f0bf1f31619d8537e
parente46df41a7023dc31ac5eba4bc81c050d7964d3be
Views are automatically excluded from using insert_returning.

There is also the bare skeleton of an API for setting insert_returning in the result
class.
lib/DBIx/Class/ResultSource/View.pm
lib/DBIx/Class/Storage/DBI.pm
t/106storage_resultset_attributes.t [new file with mode: 0644]
t/lib/DBICTest/Schema.pm
t/lib/DBICTest/Schema/StorageFlagPole.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/StorageFlagView.pm [new file with mode: 0644]
t/lib/sqlite.sql