2004-10-09 02:03:06 +04:00
|
|
|
|
2007-06-27 20:55:36 +04:00
|
|
|
This is sqlite 3.3.17
|
2004-10-09 02:03:06 +04:00
|
|
|
|
|
|
|
See http://www.sqlite.org/ for more info.
|
|
|
|
|
|
|
|
We have a mozilla-specific Makefile.in in src/ (normally no
|
|
|
|
Makefile.in there) that we use to build.
|
|
|
|
|
|
|
|
To move to a new version:
|
|
|
|
|
2007-06-27 20:55:36 +04:00
|
|
|
Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
|
2006-02-22 23:47:51 +03:00
|
|
|
|
|
|
|
They you need to update sqlite3file.h, which pulls out random bits of the
|
|
|
|
internal files that we need to export. If any of these internal structures
|
2007-06-27 20:55:36 +04:00
|
|
|
change, they need to be changed in sqlite3file.h as well. This may involve
|
|
|
|
downloading the whole souce (not the amalgamation) to check.
|
2006-02-22 23:47:51 +03:00
|
|
|
|
2007-06-27 20:55:36 +04:00
|
|
|
-- Shawn Wilsher <me@shawnwilsher.com> 06/2007
|
2005-12-13 22:49:36 +03:00
|
|
|
|
2007-06-27 20:55:36 +04:00
|
|
|
XXX: This is temporarily obsolete (See Bug 385066)
|
2006-04-11 21:35:25 +04:00
|
|
|
You also need to apply preload-cache.patch. This patch provides the preload
|
|
|
|
functionality used by mozIStorageConnection.preload to fill the cache with
|
|
|
|
pages from the disk.
|
|
|
|
|
|
|
|
-- Brett Wilson <brettw@gmail.com> 04/2006
|