-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I found what appears to be a problem when using prepare_v2 and there is
a SCHEMA error that makes it do a re-prepare.

Firstly I want to confirm that this is a valid way of re-using a statement:

sqlite3_prepare(.. stmt ..);
sqilte3_step(stmt);
sqlite3_reset(stmt);
sqlite3_clear_bindings(stmt);
sqlite3_step(stmt); <--- am I supposed to do anything else before this?

If the above is correct, then the problem looks to be in SQLite itself.
 A full description and sample code is in ticket 2154:

  http://www.sqlite.org/cvstrac/tktview?tn=2154

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFonmkmOOfHg372QQRAv6BAJ9xyw3/CdhEJd/mftzygyi8LAg/7QCfaKdL
0mGpozawwnaunmlkoKNSsuw=
=a4rg
-----END PGP SIGNATURE-----

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to