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>
Wed, 18 Mar 2015 13:34:32 +0000 (14:34 +0100)
commit3d02b69a7f40276c2791f06c8566e49b91f58441
treeba31726233d2b2e697b39c2e436a4a9874a942cc
parent87f4bab0f5f3d19480394feb0a7fffb952b9b754
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 74113bd1)
AUTHORS
Changes
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
t/73oracle_blob.t