Methods update/delete on resultset use now new as_query method to updated/delete...
authorJohannes Plunien <plu@cpan.org>
Sun, 3 May 2009 08:52:07 +0000 (08:52 +0000)
committerJohannes Plunien <plu@cpan.org>
Sun, 3 May 2009 08:52:07 +0000 (08:52 +0000)
commit0f6fc7050c1f6120a1bae77ec57def4e965ac332
tree35e9aa4761e60bbe525c972dc81f045c1ad4b973
parente10ae5b2fe46e1ba718c918d61d4539afcc97763
Methods update/delete on resultset use now new as_query method to updated/delete properly on joined/prefetched resultset using a subquery. Therefore some tests have been added and some have been changed as well as the warnings around $rs->update/delete have been removed. Cheers!
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/ResultSetColumn.pm
lib/DBIx/Class/Storage/DBI/Cursor.pm
t/53delete_chained.t
t/76joins.t
t/resultset/as_query.t