Hi,

from the website http://www.sqlite.org/oldnews.html:

The file format for version 3.3.0 has changed slightly to support 
descending indices and a more efficient encoding of boolean values. 
SQLite 3.3.0 will read and write legacy databases created with any prior 
version of SQLite 3. But databases created by version 3.3.0 will not be 
readable or writable by earlier versions of the SQLite. The older file 
format can be specified at compile-time for those rare cases where it is 
needed.

This semms the only change since 3.0

Martin

Martin Pfeifle schrieb:
> Hi,
> we do use SQLite in a standardisation initiative and have to state 
> which binary file-format of sqlite is used.
> Up to now, I was of the opinion that all sqlite versions 3.x use the same 
> binary sqlite file
> format but only differ in the library functionality. 
> Can somebody confirm that the binary disk format does not change in 3.x or 
> can it change and
> we have to say, we use the binary format of sqlite 3.5.4 for instance, or is 
> it enough to say
> that we use 3.x as binary file format?
> Best Martin
>
>
>       
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to