4 messages in com.mysql.lists.plusplusRe: MySQL++: Result()/ResUse() copy c...
FromSent OnAttachments
Steven Van Ingelgem22 Jun 2006 14:32 
Warren Young22 Jun 2006 22:11 
Steven Van Ingelgem23 Jun 2006 13:07.patch
Warren Young26 Jun 2006 11:29 
Subject:Re: MySQL++: Result()/ResUse() copy constructor
From:Steven Van Ingelgem (kar@linux.be)
Date:06/23/2006 01:07:35 PM
List:com.mysql.lists.plusplus
Attachments:

Hi,

In a follow-up to my previous mail I hereby submit the patch to get rid of this behaviour (non-propagation of exception throwing or not).

It was if you got a result that was correct (for example "INSERT"-result), then other.result_ == 0 -> So it never gets to the point where you can set the exception throwing...

Greetings, Steven