Import firefox-3.0b1-source tarball
[mozilla-1.9/b1.git] / db / sqlite3 / README.MOZILLA
blob4037c337495f7d5c994504fa39f60a39e3684c7a
1 This is sqlite 3.4.1
3 This version has some security stuff dealing with the upper
4 bounds of data types.  See the change log for more details:
5 http://www.sqlite.org/changes.html#version_3_4_1
7 -- Shawn Wilsher <me@shawnwilsher.com> 08/2007
9 See http://www.sqlite.org/ for more info.
11 We have a mozilla-specific Makefile.in in src/ (normally no
12 Makefile.in there) that we use to build.
14 To move to a new version:
16 Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
18 Then you need to update sqlite3file.h, which pulls out random bits of the
19 internal files that we need to export. If any of these internal structures
20 change, they need to be changed in sqlite3file.h as well.  This may involve
21 downloading the whole souce (not the amalgamation) to check.
23 -- Shawn Wilsher <me@shawnwilsher.com> 06/2007
25 XXX: This is temporarily obsolete (See Bug 385066)
26 You also need to apply preload-cache.patch. This patch provides the preload
27 functionality used by mozIStorageConnection.preload to fill the cache with
28 pages from the disk.
30 -- Brett Wilson <brettw@gmail.com> 04/2006