Commit Graph

254 Commits

Author SHA1 Message Date
Ryan VanderMeulen
fd5bd9be6e Bug 1352260 - Upgrade to SQLite 3.18.0. r=mak 2017-04-01 15:08:18 -04:00
D. Richard Hipp
8631033f33 Bug 1340028 - Remove the CLANG_VERSION macro from the in-tree SQLite. r=mak
Import of upstream commit http://www.sqlite.org/src/info/8d3f485d86b2f2d8
2017-02-16 09:46:41 -05:00
Ryan VanderMeulen
5e914e6f3a Bug 1339321 - Upgrade to SQLite 3.17.0. r=mak 2017-02-13 23:05:10 -05:00
Ryan VanderMeulen
0c17cfc998 Bug 1328161 - Upgrade to SQLite 3.16.2. r=mak 2017-01-06 10:08:51 -05:00
Ryan VanderMeulen
bbf16ec495 Bug 1321233 - Upgrade to SQLite 3.15.2. r=mak
DONTBUILD
2016-11-30 06:46:00 -05:00
Ryan VanderMeulen
88db5fd4f1 Backed out changeset a8eed0b176b5 for landing with the wrong bug number in the commit message. 2016-11-30 11:35:30 -05:00
Ryan VanderMeulen
d27bfe5bcc Bug 1315244 - Upgrade to SQLite 3.15.2. r=mak 2016-11-30 06:46:00 -05:00
Marco Bonardo
d1f0ae316d Bug 1123334 - Use SQLITE_ENABLE_API_ARMOR in debug mode. r=asuth
MozReview-Commit-ID: IOa2167571s
2016-11-07 14:51:25 +01:00
Marco Bonardo
0ac99e5c42 Bug 764573 - Remove MAX_SCHEMA_RETRY since now the default value is larger. r=asuth
MozReview-Commit-ID: IgHRBAq4lmn
2016-11-05 16:56:33 +01:00
Phil Ringnalda
dcadbc448a Merge m-i to m-c, a=merge
MozReview-Commit-ID: H4VKCYDq5cD
2016-11-05 13:36:25 -07:00
Marco Bonardo
859304c360 Bug 1313021 - Use a MEMORY SQLITE_TEMP_STORE on Android and 64bit builds. r=asuth
MozReview-Commit-ID: IeXOY3tTStq
2016-11-03 22:11:59 +01:00
Phil Ringnalda
40eea7a49f Merge m-c to m-i
MozReview-Commit-ID: 7W5SwSOspcB
2016-11-04 21:04:44 -07:00
Marco Bonardo
aa19b73fb4 Bug 1313310 - Use SQLITE_OMIT_DEPRECATED. r=asuth
MozReview-Commit-ID: C4pZ6EP799G
2016-11-03 20:14:03 +01:00
Ryan VanderMeulen
c5c7f60fdf Bug 1315244 - Upgrade to SQLite 3.15.1. r=mak 2016-11-04 22:48:14 -04:00
Marco Bonardo
eb94cadde0 Bug 1313309 - Remove getColumnDecltype and compile with SQLITE_OMIT_DECLTYPE. r=asuth
MozReview-Commit-ID: 2QR8P7ylg9m
2016-11-03 21:04:00 +01:00
Ryan VanderMeulen
2d430b6ad9 Bug 1310361 - Upgrade to SQLite 3.15.0. r=mak 2016-10-20 11:35:04 -04:00
Ryan VanderMeulen
ace4b1d31f Bug 1293367 - Upgrade to SQLite 3.14.1. r=asuth 2016-08-18 22:02:22 -04:00
Tom Tromey
1b5a2bdb96 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Ryan VanderMeulen
36df9e8a52 Bug 1273909 - Upgrade to SQLite 3.13.0. r=mak 2016-05-27 08:49:13 -04:00
Jan Varga
69fcd0ae59 Bug 879133 - "indexedDB.open fails if profile is in network drive". r=mak77 2016-05-03 02:53:00 +02:00
Ryan VanderMeulen
cdf41ab2d9 Bug 1265628 - Upgrade SQLite to version 3.12.2. r=mak 2016-04-19 11:37:14 -04:00
Ryan VanderMeulen
00fe05d8f2 Bug 1260553 - Upgrade SQLite to version 3.12.1. r=mak 2016-04-11 09:44:23 -04:00
Mike Hommey
8c23b81740 Bug 1255813 - Remove build system support for Solaris, HPUX and AIX. r=ted 2016-03-15 07:34:50 +09:00
aceman
1501f1e724 Bug 1252937 - Build sqlite with -DSQLITE_ENABLE_FTS3_TOKENIZER to get the two-argument version of fts3_tokenizer() function back. r=asuth 2016-03-03 11:10:00 -05:00
Ryan VanderMeulen
d038448dcf Bug 1248472 - Upgrade SQLite to version 3.11.0. r=mak 2016-02-25 19:45:00 -05:00
Ryan VanderMeulen
65cb44258e Bug 1241121 - Upgrade SQLite to version 3.10.2. r=mak 2016-01-21 08:53:39 -05:00
Ryan VanderMeulen
54e3a9ec5f Bug 1237324 - Upgrade SQLite to version 3.10.1. r=mak 2016-01-04 22:54:15 -05:00
Mike Hommey
f4e9e6e2de Bug 1235132 - Remove whitespaces from sqlite.symbols. r=gps 2015-12-31 07:22:11 +09:00
Mike Hommey
c326d2f2eb Bug 1235132 - Convert sqlite and nss to SYMBOLS_FILE. r=gps 2015-12-31 07:22:08 +09:00
Ryan VanderMeulen
a5d920c925 Bug 1214713 - Upgrade SQLite to version 3.9.1. r=mak 2015-10-21 12:19:31 -04:00
Nicholas Nethercote
b9c33b1c31 Bug 1216020 - Comment all ALLOW_COMPILER_WARNINGS lines. r=glandium.
DONTBUILD because it only changes comments.

This will hopefully prevent confusion like that in bug 1215903.
2015-10-19 18:05:20 -07:00
Mike Hommey
8e1b364f27 Bug 1209875 - Get rid of XULPPFLAGS. r=gps
The flags added in toolkit/locales/Makefile.in turn out not to be actually
used, so just remove that.

The remaining uses of XULPPFLAGS are to set debug flags depending on whether
MOZ_DEBUG is set or not. Just set a dedicated variable with the right value
from configure.
2015-10-01 07:30:48 +09:00
Nicholas Nethercote
12fec02dfb Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Ryan VanderMeulen
69ab74e1f2 Bug 1188578 - Upgrade SQLite to version 3.8.11.1. r=mak 2015-07-30 07:49:40 -04:00
Nathan Froyd
5e6c837eb9 Bug 1185616 - remove optimization-related hacks in sqlite's Makefile.in; r=glandium
The Mac-specific MODULE_OPTIMIZE_FLAGS was presumably related to the
ancient version of gcc we used to use on the Mac.  Ideally, clang will
not have the same issues.

By the same token, the Windows-specific MODULE_OPTIMIZE_FLAGS was due to
MSVC 2005.  Ideally, the pertinent crashes have been fixed in MSVC 2013
and above.
2015-07-20 11:09:49 -04:00
Ted Mielczarek
9a5a9ff048 bug 1174747 - Fix sqlite3 build on iOS. r=glandium 2015-05-07 08:39:13 -04:00
Ben Turner
46f26b44ae Bug 1149815 - Pass storage function failure codes through to callers, r=asuth. 2015-06-20 09:08:20 -07:00
Wes Kocher
c8acb706a3 Backed out changeset 6435d5aab611 (bug 858680) 2015-05-21 16:44:38 -07:00
Ben Turner
37ea98832a Bug 858680 - Part 3: Allow mozStorage to access the dbstats virtual table, r=asuth. 2015-04-30 16:30:57 -07:00
Ben Turner
90c9ac31cc Bug 1162176, Part 1. r=mak. 2015-05-19 09:17:10 -07:00
Ryan VanderMeulen
47da3da4e0 Backed out changesets ba117e790ece and e183bcc18cd3 (bug 1162176) for bustage.
CLOSED TREE
2015-05-19 13:17:01 -04:00
Ben Turner
4eb1e687ad Bug 1162176, Part 1. r=mak. 2015-05-19 09:17:10 -07:00
Ben Turner
ed2133a3ee Bug 1162643 - Upgrade to SQLite 3.8.10.1, r=mak. 2015-05-11 13:44:14 -07:00
Reed Loden
259f02a2c2 Bug 1152939 - "Upgrade to SQLite 3.8.9". r=mak77 2015-04-14 17:31:00 +02:00
Ben Turner
7b3b003c9e Bug 1127899 - Upgrade to SQLite 3.8.8.2, r=mak. 2015-01-31 18:00:34 -08:00
Ryan VanderMeulen
b936b5867f Bug 1122717 - Upgrade SQLite to version 3.8.8.1. r=mak 2015-01-24 10:24:03 -05:00
Ryan VanderMeulen
f535680627 Bug 1108328 - Upgrade SQLite to version 3.8.7.4. r=mak 2014-12-10 10:02:17 -05:00
Ben Turner
819cdcabf5 Bug 1101217 - Upgrade to SQLite 3.8.7.2, r=mak 2014-11-18 20:52:33 -08:00
Ryan VanderMeulen
bbd9306793 Bug 1091076 - Update SQLite to version 3.8.7.1 - SQLite changes. r=mak 2014-11-04 10:48:42 -05:00
Kyle Huey
aade82ea6c Bug 1088143: Update SQLite to version 3.8.6.1. r=mak 2014-10-23 10:34:49 -07:00