On 15 Jul 2004, at 21:03, D. Richard Hipp wrote:

Matt Sergeant wrote:
In sqlite3, I can't get sqlite3_changes working for DELETE. I notice there's no tests for this. (I'm talking "DELETE FROM T WHERE ..." rather than flat out DELETE all).
Can anyone else confirm this?

There is at least one existing test for this (laststmtchanges-1.5).
I've added a few more. I can't get it to fail. Can you supply a specific example where it isn't working?

OK, I figured it out. Once again it was my naive data type binding - I had assumed a blob would be like a string but allow binary nulls. My bad. So now I have:


All tests successful.
Files=24, Tests=355, 6 wallclock secs ( 3.12 cusr + 0.91 csys = 4.03 CPU)


Woohoo!

Matt.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

Reply via email to