gecko/db/sqlite3/README.MOZILLA
Shawn Wilsher 031bc4e2c2 Bug 598306 - Upgrade to SQLite 3.7.3
This changeset contains the changes needed to mozilla code.
2010-10-13 15:35:16 -07:00

26 lines
825 B
Plaintext

This is sqlite 3.7.3
-- Shawn Wilsher <me@shawnwilsher.com>, 10/2010
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:
Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
Also copy test_quota.c from the full source package.
Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.
-- Shawn Wilsher <me@shawnwilsher.com> 01/2008
We are using an experimental quota management feature included in test_quota.c.
This file is not compiled into mozsqlite, but instead included directly into
mozStorageService.cpp for linking into mozstorage. This allows us to continue
supporting system sqlite installations.
-- Ben Turner <bent.mozilla@gmail.com>, 09/2010