On Thu, Mar 7, 2013 at 6:10 PM, Jeff Archer <jsarc...@nanotronicsimaging.com > wrote:
> Will SQLite4 be capable of reading a SQLite3 database to facilitate > upgrade? (I'm guessing 'no') > No. > > I assume SQLite4 will be distributed in a familiar amalgamation format. > Yes. You can already type "make sqlite4.c". The amalgamation generated that way is tested and does work. > Will it be feasible to include the amalgamation of both SQLite3 and SQLite4 > into the same application to create an upgrade facility? > Yes. The two share no symbols in common, so you should be able to link them both. (This is something we need to test before the first release.) > > Is there any ETA on a complete and stable release of SQLite4? > No. > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users