Skip Menu |

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

Report information
The Basics
Id: 83845
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: ch9.ki7 [...] gmail.com
Cc:
AdminCc:

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



Subject: Update with domain conflict is not reporting any error
Date: Sat, 09 Mar 2013 10:29:56 +0100
To: bug-DBD-mysql [...] rt.cpan.org
From: Christian Kindler <ch9.ki7 [...] gmail.com>
hi create table foo( int a, int b ); insert into foo values (1,2); update foo set b='dasdsdasdsa' where a = 1 report no errors and sth->rows even lies that one row was updated. using ubuntu 64bit dbd::mysql 4.0.22 cheers chris