> On Feb 15, 2018, at 3:31 PM, David Pitchford <[email protected]> > wrote: > > I have been using SQLite 3.8.2 > for this since I don't feel up to try replacing the version that came with > my OS.
If you're coding in some dialect of C, simply download the 'amalgamation' (the big sqlite3.c and sqlite3.h files) from sqlite3.org, and compile/link them into your program instead of using the library (and header) built into your OS. There have been a LOT of fixes, optimizations and improvements over the past four years. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

