Skip Menu |

This queue is for tickets about the DBD-Sybase CPAN distribution.

Report information
The Basics
Id: 30608
Status: resolved
Priority: 0/
Queue: DBD-Sybase

People
Owner: Nobody in particular
Requestors: bohica [...] ntlworld.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.08
Fixed in: (no value)



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).
Finally... fixed in 1.12 (to be released today).