Page 1 of 1
SQLite4 is coming
Posted: Thu Jun 28, 2012 3:39 am
by USCode
http://www.sqlite.org/src4/doc/trunk/www/design.wiki
Looks like it will be easy for Fred to implement as the interface is very similar but would need to be a new supported DB as the file format is different.
Re: SQLite4 is coming
Posted: Mon Jul 02, 2012 6:02 pm
by fsw
SQLite4 is not compatible to SQLite3.
SQLite4 strives to keep the best features of
SQLite3 while addressing issues with
SQLite3 that can not be fixed without breaking compatibility.
So both libraries need to coexist side by side.
Re: SQLite4 is coming
Posted: Tue Jul 03, 2012 6:53 pm
by USCode
fsw wrote:SQLite4 is not compatible to SQLite3.
SQLite4 strives to keep the best features of
SQLite3 while addressing issues with
SQLite3 that can not be fixed without breaking compatibility.
So both libraries need to coexist side by side.
Right, isn't that what I said?
USCode wrote:... but would need to be a new supported DB as the file format is different.
Re: SQLite4 is coming
Posted: Thu Jul 05, 2012 6:03 am
by fsw
Yeah you did. Sorry.
The only excuse I have is that it was early in the morning and I didn't have my 2nd coffee yet.
Note to self: Just to be on the safe side... do not post before the 3rd coffee.
