Fix ASE bulk_insert for bind changes in 0e773352
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 11 Dec 2011 20:15:05 +0000 (15:15 -0500)
committerRafael Kitover <rkitover@cpan.org>
Tue, 14 Feb 2012 18:42:59 +0000 (13:42 -0500)
commit6d5679b24ddc274203df7399901f33c8eb9355f1
tree7e835173059e2210ce5006a5656de403e110ad13
parenteec07bca2feda5f803d51fbb4b40e81e5eb913ef
Fix ASE bulk_insert for bind changes in 0e773352

When using the bulk API, update the binds to the structure expected by
_execute_array. Also temporarily disable $sth->finish in the bulk API
codepath because for some reason it rolls everything back. Modify the
test to always exercise both codepaths from now on.
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm
t/746sybase.t