Re: [sqlite] Official replacement for sqlite3_expire

2011-08-17 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/17/2011 02:47 PM, Richard Hipp wrote: > So you, the programmer, don't need to mess > with sqlite3_expired() any more. However you do need to be aware that error codes are different between an identical statement that you called prepare on

Re: [sqlite] Official replacement for sqlite3_expire

2011-08-17 Thread Richard Hipp
On Wed, Aug 17, 2011 at 4:22 AM, Scholz Maik (CM-AI/PJ-CF42) < maik.sch...@de.bosch.com> wrote: > Hi, > I like to use and reuse SQLite statements. > I need a way to detect, when a statement is obsolete because e.g. > the schema was changed. > > So sqlite3_expire is marked deprecated, what shall I

[sqlite] Official replacement for sqlite3_expire

2011-08-17 Thread Scholz Maik (CM-AI/PJ-CF42)
Hi, I like to use and reuse SQLite statements. I need a way to detect, when a statement is obsolete because e.g. the schema was changed. So sqlite3_expire is marked deprecated, what shall I use instead? Maik ___ sqlite-users mailing list