Cleanup Oracle's 00a28188 / add support for update/delete with blobs in WHERE
authorRafael Kitover <rkitover@cpan.org>
Sun, 1 May 2011 21:18:35 +0000 (17:18 -0400)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 2 May 2011 10:42:47 +0000 (12:42 +0200)
commit5e782048be95b2349b555179fdfae0bcf1e8fc0e
tree57859e008d7dd1185a6fccb2bbf5a58a8a7689bb
parent9ffaf8a3d9eede54f95134bd62af2bcc6e650bba
Cleanup Oracle's 00a28188 / add support for update/delete with blobs in WHERE

Make a separate path for as_query, so that the sql does not pass thorugh storage
multiple times. Also do not mangle the sql unless blob binds are detected.
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
lib/DBIx/Class/Storage/DBI/Replicated.pm
t/73oracle.t
t/93autocast.t