Dears, The sqlite3_trace() has been deprecated in favor of sqlite3_trace_v2().
Some '#ifndef SQLITE_OMIT_DEPRECATED' have been added (main.c for instance) and shell.c has been updated to use the newer API. But some other files are missing the #ifndef protection, leading to some issues trying to compile using SQLITE_OMIT_DEPRECATED. See: loadext.c, sqlite3ext.h. Maybe tclsqlite.c should use the newer non-deprecated API too. -- Best Regards, Meilleures salutations, Met vriendelijke groeten, Olivier Mascia, integral.be/om > Début du message réexpédié : > > De: Richard Hipp <[email protected]> > Objet: [sqlite] The upcoming "pi" release of SQLite > Date: 23 juillet 2016 17:16:01 UTC+2 > À: General Discussion of SQLite Database > <[email protected]> > Répondre à: SQLite mailing list <[email protected]> > > The next release of SQLite will be the "pi" release - version 3.14. > It will probably occur within the next two weeks. > > Draft change log: https://www.sqlite.org/draft/releaselog/3_14_0.html > > Code snapshot: > https://www.sqlite.org/snapshot/sqlite-snapshot-201607230522.tar.gz > > Testing and (especially) documentation work is on-going. Please try > out the snapshot. Look over the changes. Speak up loudly and quickly > if you have any issues. If you do not want to post to this mailing > list, you can send feedback directly to my email address shown below. > > Thanks. > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

