Commit Graph

254 Commits

Author SHA1 Message Date
Ted Mielczarek
8c73a866af Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh 2009-12-15 01:52:57 -05:00
Shawn Wilsher
1f8682f3ae Bug 524144 - Upgrade to SQLite 3.6.20
This changeset contains the changes to SQLite code.
2009-11-05 08:24:15 -08:00
Ginn Chen
3fb2bda4dd Bug 524422 Disable PGO for sqlite3 with Sun Studio on Solaris r=ted.mielczarek 2009-11-02 17:20:21 +08:00
Shawn Wilsher
21a0d8ef47 Bug 525539 - Upgrade to SQLite 3.6.16.1
This fixes one common crash bug in SQLite 3.6.16 tracked by bug 523405.
2009-10-30 13:24:21 -07:00
Shawn Wilsher
cbd72f5837 Backout of bug 519270 - Upgrade to SQLite 3.6.18 due to some instability. 2009-10-22 13:31:17 -07:00
Dietrich Ayala
3504586290 Bug 419893 - sort out PGO-triggered bugs (r=ted) 2009-10-08 11:01:13 -07:00
Robert O'Callahan
fb676d2e05 Backed out changeset 59a6c227df86 2009-10-02 15:23:36 +10:00
Shawn Wilsher
6f39b8aa4a Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
7623f27c98 Bug 519270 - Upgrade to SQLite 3.6.18
This changeset contains the changes to SQLite code.
2009-10-01 10:17:03 -07:00
Shawn Wilsher
17dccb878d Bug 508104 - Upgrade to SQLite 3.6.16
This contains the changes to SQLite code for the upgrade.
2009-08-03 16:04:33 -07:00
Curtis Bartley
eb826497c0 Bug 498938 - Add Levenshtein Edit Distance function to Sqlite so we can use it in queries. r=sdwilsh sr=vlad 2009-07-24 11:39:34 -04:00
Shawn Wilsher
3dd06d5fa5 Backout of bug 494828 and bug 505550 due to orange. 2009-07-23 10:34:54 -07:00
Shawn Wilsher
ff9b44a97e Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
d723464044 Bug 494826 - Compile SQLite with SQLITE_DEBUG defined
Compile SQLite in debug mode in our debug builds.  We don't hit any assertions
in tests currently, and if we ever do, we've just found a bug in SQLite.
r=ted
2009-07-22 14:43:24 -07:00
Shawn Wilsher
d7466a4c8b Bug 493560 - Upgrade to SQLite 3.6.14.2
This change contains the changes to SQLite's code.
2009-06-11 14:21:07 -07:00
Shawn Wilsher
23ac3159dc Bug 481261 - Expose when queries are being inefficient in debug builds.
This adds a warning in debug builds about queries that do not use an index to
sort, which tend to be much much slower.
r=asuth
2009-03-12 14:30:15 -04:00
Shawn Wilsher
d7e2ffbee7 Bug 478297 - Upgrade to SQLite 3.6.10
This changeset contains the changes to SQLite code.
2009-02-15 11:34:32 -08:00
Shawn Wilsher
a494f4b060 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to SQLite files.
2009-01-08 11:51:25 -05:00
Shawn Wilsher
4878789f05 Backed out changeset 4de172f0d8b8 (bug 471685) with a CLOSED TREE 2009-01-09 13:13:48 -08:00
Shawn Wilsher
536ae296d4 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to SQLite files.
2009-01-08 11:51:25 -05:00
Andrew Sutherland
eff826a1ab Bustage fix windows for commit 7d7a0c514970 for bug 445525, resolving missing windows lib export defs. 2008-12-13 22:56:16 -08:00
Shawn Wilsher
ac22dcbb54 Bug 448114 - Notify about non-finalized statements in debug builds
r=asuth
2008-12-08 17:14:14 -05:00
Shawn Wilsher
572a379c66 Bug 464803 - Upgrade to SQLite 3.6.6.2
This changeset contains the changes to our codebase.
r=asuth
2008-12-02 06:36:01 -05:00
Shawn Wilsher
118c9b5fdb Bug 464803 - Upgrade to SQLite 3.6.6.2
This changeset contains the changes to the SQLite files.
2008-12-02 06:36:00 -05:00
Shawn Wilsher
85e9bbc793 Bug 417037 - mozStorage chokes on databases over AFP
This patch adds the SQLITE_ENABLE_LOCKING_STYLE=1 on the macintosh platform
only.  This will enable Apple-contributed code in SQLite that does file locking that works on AFP (Apple File Protocol), as well as some additional network
filesystems that the platform supports.
r=bsmedberg
2008-10-24 18:45:14 -04:00
Shawn Wilsher
2b608036fc Bug 449443 - Upgrade to SQLite 3.6.4
This changeset is the actual upgrade to SQLite.
2008-10-16 15:59:33 -04:00
Shawn Wilsher
c5734f8419 Bug 449443 - Upgrade to SQLite 3.6.4
This changeset contains the changes needed to Mozilla code.
r=Mano
2008-10-16 15:59:31 -04:00
Shawn Wilsher
ea966b866c merge to mozilla-central 2008-07-08 10:08:57 -04:00
Shawn Wilsher
28d58cb277 Backed out changeset 1d72dd9072ab for Bug 442949 (Ts regression) 2008-07-08 10:08:22 -04:00
Shawn Wilsher
79f673c1ef Backed out changeset c9b5882bf6f6 per bug 442949.
This changeset is only being backed out because it depends on the sqlite upgrade.
2008-07-08 10:01:48 -04:00
Shawn Wilsher
72dd8aa439 Bug 417037 - mozStorage chokes on databases over AFP
This patch adds the SQLITE_ENABLE_LOCKING_STYLE=1 on the macintosh platform
only.  This will enable Apple-contributed code in SQLite that does file locking that works on AFP (Apple File Protocol), as well as some additional network
filesystems that the platform supports.
r=bsmedberg
2008-06-18 11:06:23 -04:00
Shawn Wilsher
0440615dd4 Bug 435414 - Upgrade to sqlite 3.5.9
This is just the change to the SQLite files moving us from version 3.5.4.2 to
version 3.5.9.
2008-06-17 11:43:40 -04:00
Shawn Wilsher
758eacb2d7 Windows bustage fix. 2008-06-17 12:01:12 -04:00
Shawn Wilsher
4ea8be5fc3 Windows bustage fix for Bug 434247.
The symbol was not added to the def file, which caused the burning.
rs=bsmedberg
2008-06-04 12:35:04 -04:00
ca51d179d7 Back out bug 429336 to see if it fixes orange. 2008-04-17 14:03:20 -07:00
d0f8790a87 Bustage fix 2008-04-17 10:05:08 -07:00
5fb0d96e2e Bug 429336 - Upgrade to sqlite 3.5.8. a=beltzner 2008-04-17 09:34:17 -07:00
fa117458e5 Bug 415947: Upgrade to SQLite 3.5.4.2 to pick up OS/2 code changes, r=sdwilsh, a1.9=beltzner 2008-04-15 12:29:45 -07:00
6eaa761641 Back out bug 415947 due to topcrash bug 424163, a=beltzner 2008-03-20 12:17:09 -07:00
792766b10b Bug 415947: upgrade SQLite to 3.5.7, r=sdwilsh, a1.9=beltzner 2008-03-19 15:40:10 -07:00
4b64a9d1d4 Bug 419905. turn off pgo in places, mozstorage, sqlite. r=ted.mielczarek, a=beltzner 2008-02-27 12:25:45 -08:00
e4c5ddccdf bug 413589: enable fts3 (full text index) sqlite module; r=sdwilsh, a=damons 2008-01-29 15:34:19 -08:00
32177b1e46 Bug 411780: update SQLite to 3.5.4.1 to get stability fixes and OS/2 updates, p=sdwilsh, a=mtschrep 2008-01-22 05:54:06 -08:00
876655aa60 relanding Bug 406087 - upgrade to the latest sqlite (currently 3.5.4). 2008-01-11 01:12:24 -08:00
b2175f0d30 backing out in an attempt to fix orange. 2008-01-10 23:30:05 -08:00
dda190d261 Bug 406087 - upgrade to the latest sqlite (currently 3.5.4 2008-01-10 21:12:33 -08:00
d6eb0f89f5 Bug 408603 - "Windows sqlite3.dll should have proper version information" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=ted a1.9=beltzner] 2008-01-10 01:03:28 -08:00
723e52b4f8 Bug 408914 - Disable sqlite async IO. r=vlad 2008-01-09 19:21:56 -08:00
f351e10231 temporarily change sqlite optimization to test perf / codesize impact 2007-12-14 15:05:33 -08:00
ecc0549d64 Bug 400839 - "Link sqlite as C, not C++" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=vlad a1.9=damons] 2007-11-30 23:17:37 -08:00