Re: [sqlite] Reusing stmt and erroneous constraint failure

2010-04-30 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/29/2010 11:10 PM, Dan Kennedy wrote: > For those playing at home, this is an example of how to write > a great bug report. Clear, concise explanation and a > self-contained minimal example. The credit all goes to Nikolaus Rath who initially repo

Re: [sqlite] Reusing stmt and erroneous constraint failure

2010-04-29 Thread Dan Kennedy
Now fixed here: http://www.sqlite.org/src/ci/f660be615a For those playing at home, this is an example of how to write a great bug report. Clear, concise explanation and a self-contained minimal example. Dan. On Apr 30, 2010, at 8:51 AM, Roger Binns wrote: > -BEGIN PGP SIGNED MESS

[sqlite] Reusing stmt and erroneous constraint failure

2010-04-29 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I prepare a statement with one binding that results in a constraint failure (correctly). Then I reset it, clear the bindings and bind a second value. I still get a constraint failure even though it shouldn't (it was reset). If I prepare a new statemen