http://www.perlmonks.org?node_id=991791


in reply to Re^2: DBI bind_param_inout trick
in thread DBI bind_param_inout trick

This is now fixed in 1.40_1. There is a small discussion on the dbi-dev mailing list if you are interested.

Replies are listed 'Best First'.
Re^4: DBI bind_param_inout trick
by runrig (Abbot) on Sep 05, 2012 at 16:52 UTC
    Awesome! I expected this to not be supported in some DBDs, but if it fleshes out bugs where it is supposed to be supported, then it's done more than originally intended!

      Thanks for the example runrig. The problem was fairly specific in that it only went wrong it you called bind_param_inout with undef values initially then changed them to strings shorter than 28 characters. However, it was certainly a bug and I was a little surprised no one has hit it before.