SQLite4 is coming

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

SQLite4 is coming

Post 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.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: SQLite4 is coming

Post 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.

I am to provide the public with beneficial shocks.
Alfred Hitshock
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: SQLite4 is coming

Post 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.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: SQLite4 is coming

Post by fsw »

Yeah you did. Sorry. :oops:

The only excuse I have is that it was early in the morning and I didn't have my 2nd coffee yet. :shock:

Note to self: Just to be on the safe side... do not post before the 3rd coffee. :mrgreen:

I am to provide the public with beneficial shocks.
Alfred Hitshock
Post Reply