Shawn Wilsher
68406d2ef0
Bug 508104 - Upgrade to SQLite 3.6.16
...
This contains the changes to SQLite code for the upgrade.
--HG--
extra : rebase_source : be2ba260664dc80824dc6e2cd87f9e28beea9635
2009-08-03 16:04:33 -07:00
Shawn Wilsher
1a212f752a
Bug 508104 - Upgrade to SQLite 3.6.16.
...
This contains the changes to mozilla code.
r=asuth
--HG--
extra : rebase_source : b7e5fc8824f207a37c1ea2c71a9a250ab5a7e513
2009-08-03 16:01:56 -07:00
Michael Kohler
39067b5db3
Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless
2009-07-27 10:46:59 +02:00
Curtis Bartley
1192731c18
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
5fcdac946b
Backout of bug 494828 and bug 505550 due to orange.
2009-07-23 10:34:54 -07:00
Shawn Wilsher
5a66fb8a7c
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
77c23b85e8
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
Arpad Borsos
cd1887abfd
Back out bug 474369, suspected of causing dhtml and tp3 regression
2009-06-12 23:20:55 +02:00
Arpad Borsos
3773b464cf
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
...
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Shawn Wilsher
cf9c877b39
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
69e2a20a50
Bug 493560 - Upgrade to SQLite 3.6.14.2
...
This change contains the changes to mozilla code for the SQLite upgrade.
r=asuth
2009-06-11 14:21:03 -07:00
Shawn Wilsher
563239f85e
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
c1847040a5
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
eb6c5e0c85
Bug 478297 - Upgrade to SQLite 3.6.10
...
This changeset only contains the changes to mozilla's code.
r=asuth
2009-02-15 11:33:09 -08:00
Daniel Holbert
c84aa20d2a
Bug 458167 - Fix bad usage of "it's" in comments: patch for db folder. r=jcramer
2009-01-23 01:03:20 -08:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Shawn Wilsher
94ca55c4c4
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
94f1078544
Bug 471685 - Upgrade to SQLite 3.6.7
...
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Shawn Wilsher
b19c9a3aae
Backed out changeset c569a8f91c0e (bug 471685) with a CLOSED TREE
2009-01-09 13:16:05 -08:00
Shawn Wilsher
74ecb3c669
Bug 471685 - Upgrade to SQLite 3.6.7
...
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Andrew Sutherland
a98f1c01e4
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
122bf532ee
Bug 448114 - Notify about non-finalized statements in debug builds
...
r=asuth
2008-12-08 17:14:14 -05:00
Brad Lassey
2f907e2d46
Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted
2008-12-03 08:42:03 -05:00
Shawn Wilsher
1248d1b397
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
39f505b294
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
Phil Ringnalda
bbe7e1d08a
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Shawn Wilsher
d9941eede2
Backed out changeset 25a7e822742a to fix windows bustage
2008-10-28 20:09:43 -04:00
Ted Mielczarek
a084feeb45
move sqlite-version.h rules below rules.mk so 'make -C db/sqlite3/src' does the right thing. rs=sdwilsh
2008-10-28 17:42:27 -04:00
Shawn Wilsher
ca6d098a79
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
edf3d2940b
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
27e8ca1479
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
Arpad Borsos
8b11d938d2
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Joshua Cranmer
eeef2ee486
Bug 443296 -- morkRowCellCursor::NextCell skips first cell. r/sr=bienvenu
2008-08-06 17:05:32 -04:00
Dave Townsend
911139bee5
Backout of bug 445042, upgrade to SQLite 3.6.0, due to performance regressions
2008-08-05 17:12:39 +01:00
Shawn Wilsher
8896409005
Bug 445042 - Upgrade to SQLite 3.6.0
...
This is only the changes to the distributed SQLite files.
2008-08-04 15:41:23 -04:00
Shawn Wilsher
a290cb1647
Bug 445042 - Upgrade to SQLite 3.6.0
...
This contains the needed changes to our own code (readme file, configure.in, and
def file changes).
r=myk
2008-08-04 15:40:53 -04:00
Shawn Wilsher
45475ed2c4
merge to mozilla-central
2008-07-08 10:10:53 -04:00
Shawn Wilsher
442aeabd37
Backed out changeset e741c9c886f7 for bug 442949 (Ts regression)
2008-07-08 10:10:11 -04:00
Shawn Wilsher
250b39a10b
merge to mozilla-central
2008-07-08 10:08:57 -04:00
Shawn Wilsher
543423e8f5
Backed out changeset 1d72dd9072ab for Bug 442949 (Ts regression)
2008-07-08 10:08:22 -04:00
Shawn Wilsher
93dd2010ed
merge to mozilla-central
2008-07-08 10:03:06 -04:00
Shawn Wilsher
0f498437e6
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
Benjamin Smedberg
a46300205e
Bug 442769 - Annotate nsMorkReader as a stack-only class, r=dietrich
2008-07-01 16:38:02 -04:00
Shawn Wilsher
eade794794
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
0261cec438
Bug 435414 - Upgrade to sqlite 3.5.9
...
This modifies our files to check for a minimum of version 3.5.9 when using the
system SQLite, and updates README.MOZILLA to indicate which version we are at.
r=mconnor
2008-06-17 11:44:02 -04:00
Shawn Wilsher
397ae24739
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
4e3f593a02
Windows bustage fix.
2008-06-17 12:01:12 -04:00
Shawn Wilsher
5aaecac1e6
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
dholbert@cs.stanford.edu
e6c5d1f65b
Back out bug 429336 to see if it fixes orange.
2008-04-17 14:03:20 -07:00
sdwilsh@shawnwilsher.com
5809610003
Bustage fix
2008-04-17 10:05:08 -07:00