Skip Menu |

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

Report information
The Basics
Id: 76535
Status: new
Priority: 0/
Queue: DBD-Sybase

People
Owner: Nobody in particular
Requestors: cpan698301 [...] mstier.de
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.14
Fixed in: (no value)



Subject: $dbh->do returns '-1' when doing an UPDATE with parameter binding
The following should return >= 0, but returns -1: $dbh->do("UPDATE sometable SET somecol = ? WHERE comecol2 = ?", undef, 1 2);