http://qs1969.pair.com?node_id=1145028


in reply to Debugging DBD::Oracle

I don't work with Oracle so I can't do any testing, but the first step I suggest would be to compare the documentation and source code between those versions to see if there were any changes made to that method. Depending on the result of that investigation, you might want to submit a bug report.

Replies are listed 'Best First'.
Re^2: Debugging DBD::Oracle
by cLive ;-) (Prior) on Oct 15, 2015 at 20:35 UTC
    The code in the Perl module is the same. I'm guessing the issue is in the C code. Have submitted it anyway as a bug, but was curious about the dynamic hashref call. I assume something is tied in the background somewhere...