RT for rt.cpan.org
Skip Menu
|
Bug #76535 for DBD-Sybase: $dbh->do returns '-1' when doing an UPDATE with parameter binding
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Fri Apr 13 13:09:13 2012
https://www.google.com/accounts/o8/id?id=AItOawkyOHx--RP0sCuxSqimRLgFJ_YPC6QRWZk - Ticket created
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);