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, 15 Feb 2015 10:19:12 +0000 (11:19 +0100)
commit74113bd1f2506a481f7938d8f55ecbde5d742c6e
tree6355850e6bf27d3765e618313718cba6f35de191
parent2a89732de61a563cdae68fc0a28fdcf3f6798827
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.
AUTHORS
Changes
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
t/73oracle_blob.t