Skip to content

Commit

Permalink
Bug 824167 - Upgrade SQLite to version 3.7.15.1 (Mozilla changes). r=mak
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Dec 27, 2012
1 parent a22bfdf commit b1a871d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -73,7 +73,7 @@ GCONF_VERSION=1.2.1
GIO_VERSION=2.20
STARTUP_NOTIFICATION_VERSION=0.8
DBUS_VERSION=0.60
SQLITE_VERSION=3.7.14.1
SQLITE_VERSION=3.7.15.1

MSMANIFEST_TOOL=

Expand Down
14 changes: 2 additions & 12 deletions db/sqlite3/README.MOZILLA
@@ -1,6 +1,6 @@
This is sqlite 3.7.14.1
This is sqlite 3.7.15.1

-- Ryan VanderMeulen <ryanvm@gmail.com>, 10/2012
-- Ryan VanderMeulen <ryanvm@gmail.com>, 12/2012

See http://www.sqlite.org/ for more info.

Expand All @@ -10,16 +10,6 @@ Makefile.in there) that we use to build.
To move to a new version:

Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
(We no longer use test_quota.h and test_quota.c)

Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in as
well as the version number at the top of this file.

-- Paul O’Shannessy <paul@oshannessy.com>, 01/2011

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

0 comments on commit b1a871d

Please sign in to comment.