SQLite version 3.19.0 is now available on the SQLite website: https://sqlite.org/ https://sqlite.org/releaselog/3_19_0.html https://sqlite.org/download.html
Version 3.19.0 is a regularly scheduled maintenance release. Most of the enhancements in this release are improvements to the query planner. Performance for simple, common queries is very slightly faster but not enough to notice. However, if you are running complex queries that the enhancements in this release address, then performance on those queries should be dramatically faster. See the change log above for details. There are also a number of very obscure bug fixes. We are not publishing pre-built VSIX files for this release since SQLite is a cross-platform library and VSIX is a very platform-specific format which is difficult for us to generate and maintain. We postulate that our time is better spent making SQLite better for all users. If the absence of VSIX files is serious problem for you, please provide feedback on the mailing list and we might change our minds. Note that SQLite continues to work great on all Windows platforms, and all current and legacy Windows platforms are still fully supported. We are just not prepackaging the code into a VSIX file for use with Visual Studio. You can still easily use SQLite with Visual Studio, you just have to drop in the "sqlite3.c" file yourself, rather than using a prebuild VSIX file. Prebuild Windows DLLs are still provided. As always, please report any problems you may encounter, either to the SQLite mailing list or directly to me. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-announce mailing list sqlite-announce@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce