[Sqlrelay-discussion] [sqlrelay] Why no 'errno' with DBD::SQLRelay?
Brought to you by:
mused
|
From: <b-r...@ro...> - 2009-06-17 03:22:53
|
I've got Perl package that checks for the errno when there is a
MySQL error. However, I found that SQLRelay was not passing them through -
just the error text. As a result, I was getting failures that were not
being caught.
Why does SQLRelay not pass through the errno?
$errno = $dbh->{ 'mysql_errno' } ;
Thanks,
Roger
|