[Dbi-interbase-devel] Bugfix (was: [Fwd: DBD-InterBase-0.21 module])
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-09-14 22:14:03
|
I've put the patches for this at http://dbi.interbase.or.id/ Rgds, Edwin. Alexey V Drougov wrote: > > I suppose I found bug in your DBI driver for InterBase RDBMS server. > > details: > > $r = $dbh->do('delete from customer'); > # returns -2 in case I have no permission to delete from > # table named 'customer' > # it must return undef certainly > > # but if I call it this way: > > $r = $dbh->do('delete from customer where id > 0', undef, 10 ); > #it returns undef |