Re: Possible bug in RaiseError

2001-04-11 Thread Tim Bunce
Well spotted (that one particular test simply calls die() if it fails). Fixed in the next release. Meanwhile: don't do that :) Thanks! Tim. On Tue, Apr 10, 2001 at 03:44:02PM -0400, Belinda M. Giardine wrote: > DBI 1.14 > DBD::Oracle ? > Oracle 8.0.5 > > Setting RaiseError to 0 doesn't seem to

Possible bug in RaiseError

2001-04-10 Thread Belinda M. Giardine
DBI 1.14 DBD::Oracle ? Oracle 8.0.5 Setting RaiseError to 0 doesn't seem to work in some cases. If the wrong number of bind parameters are used the error is not caught by the if statement in the code below. If no bind parameters are used then the error is caught as expected. It doesn't seem