summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite3/README.MOZILLA
blob: 6cbccb1e013a3cb267d8dd704376f0837a812a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is the SQLite amalgamation.
Check sqlite3.h for the version number and source id.

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

We have a mozilla-specific moz.build in src/ (normally no
moz.build 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.

Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.