SQLite Forum

Results from callcatcher run on SQLite
Login
I had overlooked this:

<code>#ifndef SQLITE_OMIT_DEPRECATED</code>

around sqlite3_global_recover(). So that presumably is the careful SQLite way for code to quietly grow old and die, just enclose it in OMIT_DEPRECATED and wait for a few years.

Dan