Fix updating multiple CLOB/BLOB columns on Oracle
authorKevin L. Kane <kevin.kane@gmail.com>
Tue, 18 Nov 2014 13:02:33 +0000 (08:02 -0500)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 22 Mar 2015 12:15:26 +0000 (13:15 +0100)
commit5713726d6eda6797caf886ba9c29ee0a423f75ac
treef276f0069980c521e9571df3e4b21c0fa801812b
parent800161301a3ad18f1ebb9b377a275c73ea8aaa93
Fix updating multiple CLOB/BLOB columns on Oracle

The genric _dbi_attrs_for_bind caches the attribute hashrefs by data
type, so we can't modify them directly with column-specific data.

Instead, copy it and add the ora_field attribute to the copy.

(cherry pick of 3d02b69a)
AUTHORS
Changes
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm