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

On 07/21/2010 12:22 PM, Aleksander Morgado wrote:
> Now, apart from the issue above, is there any other method to know if a
> precompiled statement expired? I see that sqlite3_expired() is marked as
> deprecated, so what would be the equivalent?

The theory is that if you use prepare_v2 then SQLITE_SCHEMA is handled
internally so the expired stuff is not relevant.  In practise you get
different error codes between issuing a fresh prepare and a statement that
has been expired.  More gory details at:

  http://www.sqlite.org/src/info/8d510499cc

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxHxCsACgkQmOOfHg372QTmVgCfVa9y4gKaY5a0lKrMV0LP5get
9dEAoKZu7YPNtqQexHxwC79/PU8KJbtj
=rrdp
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to