Subject: | handlers cannot be reset |
See postings on dbi-dev mailing list. Back in time someone blatantly
copied code from DBD::Sybase to DBD::ODBC to do error handling. I have
discovered you cannot reset the ODBC error handler and I believe the
same issue might apply to DBD::Sybase.
if(valuesv == &PL_sv_undef) {
imp_dbh->err_handler = NULL;
I believe that should be if (!SvOK(valuesv).