Made update() on a rs that includes joins complain in the same way that delete()...
authorNigel Metheringham <nigelm@cpan.org>
Thu, 12 Feb 2009 20:27:22 +0000 (20:27 +0000)
committerNigel Metheringham <nigelm@cpan.org>
Thu, 12 Feb 2009 14:27:38 +0000 (14:27 +0000)
commit9f2d17e9dc71dabc3263cc7c2ad794f7eb24d223
tree3819ff03ddeea0e97a2e4e0998d3d35cd30f71c7
parent981299aaf0b82c089376356532bda9378bfca6cb
Made update() on a rs that includes joins complain in the same way that delete() does.  Added tests for both update and delete checks.
lib/DBIx/Class/ResultSet.pm
t/76joins.t