On Tue, May 4, 2010 at 3:17 AM, Ben <sqlite_l...@menial.co.uk> wrote:

>
> On 3 May 2010, at 15:47, D. Richard Hipp wrote:
> > Community feedback is requested for the following proposed new SQLite
> > C API:
> >
> >    int sqlite3_open_v3(const char*, sqlite3**, int, const char*);
> >
> > ...
> >
>
> > (3) The default database file format would be format 4 (meaning that
> > new databases would be unreadable by versions of SQLite prior to 3.1.3).
>
>
> Just to confirm, would opening an existing database using sqlite3_open_v3()
> be moved to format 4, or left as-is?
>
>
Left as-is.  Format 4 would be used when creating new databases. This would
be the equivalent of running:

    PRAGMA legacy_file_format=OFF;




>
> Also, is there any information on the newer format for curious users? I can
> only see a single paragraph on it at: http://www.sqlite.org/compile.html
> _______________________________________________
> 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