On Tue, Jun 12, 2012 at 3:54 AM, Heusden, F. van <
folkert.van.heus...@mcom-nl.com> wrote:

> Hi,
>
> Did the on-disk file-format of SQLite databases change between version
> 3.5.4 and the latest (3.7.13)?
> Will I be able to back to 3.5.4 without any special conversions?
>

The SQLite file format <http://www.sqlite.org/fileformat2.html> is
unchanged since 3.5.4, except for the WAL-mode enhancement of 3.7.0.  So as
long as you avoid using WAL-mode, your database will still be readable and
writable by version 3.5.4.  And even if you do use WAL-mode, if you will
just change back to DELETE mode before handing off to 3.5.4, your database
will still be readable and writable.


>
>
> Thanks,
>
> Folkert van Heusden
>
>
> De informatie verzonden met dit emailbericht is uitsluitend bestemd
> voor de geadresseerde. Gebruik van deze informatie door anderen dan de
> geadresseerde is verboden. Openbaarmaking, vermenigvuldiging,
> verspreiding en/of verstrekking van deze informatie aan derden is niet
> toegestaan.
> Afzender staat niet in voor de juiste en volledige overbrenging van de
> inhoud van een verzonden email, noch voor tijdige ontvangst daarvan.
> Afzender attendeert erop dat de vertrouwelijkheid van informatie verzonden
> per email niet gewaarborgd is.
>
> Minder printen is beter voor het milieu.
> - VolkerWessels Telecom is de handelsnaam van Volker Wessels Telecom bv -
> KvK Gooi-, Eem- en Flevoland 24321042-
>
> The information contained in this communication is confidential and
> may be legally privileged. It is intended solely for the use of the
> individual or entity to whom it is addressed and others authorised to
> receive it. If you are not the intended recipient you are hereby
> notified that any disclosure, copying, distribution or taking any
> action in reliance on the contents of this information is strictly
> prohibited and may be unlawful.
> Sender is neither liable for the proper and complete transmission of
> the information contained in this communication nor for any delay in
> its receipt. Please note that the confidentiality of e-mail
> communication is not warranted.
>
> Less printing is better for the environment
> -VolkerWessels Telecom is the tradingname of Volker Wessels Telecom bv -
> Chamber of Commerce for the district Gooi-, Eem- en Flevoland 24321042-
> _______________________________________________
> 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

Reply via email to