2011-08-26 04:38:54 -07:00
|
|
|
|
This is sqlite 3.7.7.1
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
2011-08-26 04:38:54 -07:00
|
|
|
|
-- Marco Bonardo <mak77@bonardo.net>, 08/2011
|
2007-03-22 10:30:00 -07: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 09:55:36 -07:00
|
|
|
|
Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
2010-09-03 07:41:55 -07:00
|
|
|
|
Also copy test_quota.c from the full source package.
|
|
|
|
|
|
2011-01-21 11:56:43 -08:00
|
|
|
|
Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in as
|
|
|
|
|
well as the version number at the top of this file.
|
2008-02-22 03:25:59 -08:00
|
|
|
|
|
2011-01-21 11:56:43 -08:00
|
|
|
|
-- Paul O’Shannessy <paul@oshannessy.com>, 01/2011
|
2010-09-03 07:41:55 -07:00
|
|
|
|
|
|
|
|
|
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
|