Merge 'trunk' into 'DBIx-Class-current'
authorBrandon L. Black <blblack@gmail.com>
Tue, 22 Aug 2006 18:10:42 +0000 (18:10 +0000)
committerBrandon L. Black <blblack@gmail.com>
Tue, 22 Aug 2006 18:10:42 +0000 (18:10 +0000)
commitd73c65616463b6d435eac899dc2ef21c1b53b29a
tree4c39437fd0344c6fe0fbdb61d6aaee3ab70d126b
parent0f6e30eee38ebbf4e1b636cdfbea06333741685a
parente4cc825789dfcda75550cd800c870d9bae6ab06f
Merge 'trunk' into 'DBIx-Class-current'

r13301@evoc8 (orig r2696):  dyfrgi | 2006-08-21 10:33:04 -0500
Change _cond_for_update_delete to handle more complicated queries through recursing on internal hashes.
Add a test which should succeed and fails without this change.
r13302@evoc8 (orig r2697):  blblack | 2006-08-21 12:33:02 -0500
bugfix to Oracle columns_info_for
r13321@evoc8 (orig r2716):  dwc | 2006-08-22 00:05:58 -0500
use ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace)
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/Oracle.pm