Joshua Cranmer
1667ee53f2
Bug 443296 -- morkRowCellCursor::NextCell skips first cell. r/sr=bienvenu
2008-08-06 17:05:32 -04:00
Dave Townsend
540a206265
Backout of bug 445042, upgrade to SQLite 3.6.0, due to performance regressions
2008-08-05 17:12:39 +01:00
Shawn Wilsher
9f4d177ce3
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
18c6ad3076
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
5cf0edfc65
merge to mozilla-central
2008-07-08 10:10:53 -04:00
Shawn Wilsher
6df2613d42
Backed out changeset e741c9c886f7 for bug 442949 (Ts regression)
2008-07-08 10:10:11 -04:00
Shawn Wilsher
a092823bb2
merge to mozilla-central
2008-07-08 10:08:57 -04:00
Shawn Wilsher
87ddd3725c
Backed out changeset 1d72dd9072ab for Bug 442949 (Ts regression)
2008-07-08 10:08:22 -04:00
Shawn Wilsher
16c9a5a3b0
merge to mozilla-central
2008-07-08 10:03:06 -04:00
Shawn Wilsher
891710c687
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
4a7e00102f
Bug 442769 - Annotate nsMorkReader as a stack-only class, r=dietrich
2008-07-01 16:38:02 -04:00
Shawn Wilsher
d000fcbd77
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
bdccec46e9
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
d76909e984
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
64255a8385
Windows bustage fix.
2008-06-17 12:01:12 -04:00
Shawn Wilsher
2e347251f9
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
515d34180f
Back out bug 429336 to see if it fixes orange.
2008-04-17 14:03:20 -07:00
sdwilsh@shawnwilsher.com
e15c48613b
Bustage fix
2008-04-17 10:05:08 -07:00
sdwilsh@shawnwilsher.com
34968f281e
Bug 429336 - Upgrade to sqlite 3.5.8. a=beltzner
2008-04-17 09:34:17 -07:00
sdwilsh@shawnwilsher.com
a92b4d7088
Bug 429336 - Upgrade to sqlite 3.5.8. r=shaver, a=beltzner
2008-04-17 09:33:30 -07:00
mozilla@weilbacher.org
6f0611869f
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
gavin@gavinsharp.com
cc780cd60d
Back out bug 415947 due to topcrash bug 424163, a=beltzner
2008-03-20 12:17:09 -07:00
mozilla@weilbacher.org
902e89bce5
Bug 415947: upgrade SQLite to 3.5.7, r=sdwilsh, a1.9=beltzner
2008-03-19 15:40:10 -07:00
blassey@mozilla.com
6cc9d5a4ed
backing out: switching narrow char system calls to wide char in windows b=418703
2008-03-11 15:46:26 -07:00
blassey@mozilla.com
ff89c4a3fb
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
2008-03-11 14:49:53 -07:00
blassey@mozilla.com
81d841c1fc
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
2008-03-05 14:56:43 -08:00
blassey@mozilla.com
dfd26f92ec
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
2008-03-05 13:39:29 -08:00
sayrer@gmail.com
205fa1087a
Bug 419905. turn off pgo in places, mozstorage, sqlite. r=ted.mielczarek, a=beltzner
2008-02-27 12:25:45 -08:00
reed@reedloden.com
36fb40a626
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-02-22 03:25:59 -08:00
bugzilla@standard8.plus.com
bf4ac68359
Bug 418006 Fix null-param crash in morkRowCellCursor::NextCell p=Joshua Cranmer <Pidgeot18@gmail.com>,r/sr=bienvenu NPOTFFB
2008-02-17 10:59:49 -08:00
reed@reedloden.com
a2aaecca91
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
2008-02-13 03:33:38 -08:00
myk@mozilla.org
1f26f9ec43
bug 413589: enable fts3 (full text index) sqlite module; r=sdwilsh, a=damons
2008-01-29 15:34:19 -08:00
mozilla@weilbacher.org
b7fc03e391
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
dwitte@stanford.edu
064ce57187
relanding Bug 406087 - upgrade to the latest sqlite (currently 3.5.4).
2008-01-11 01:12:24 -08:00
dwitte@stanford.edu
8c3cd4403e
backing out in an attempt to fix orange.
2008-01-10 23:30:05 -08:00
sdwilsh@shawnwilsher.com
896cd9e2c5
Bug 406087 - upgrade to the latest sqlite (currently 3.5.4
2008-01-10 21:12:33 -08:00
reed@reedloden.com
8c798336c5
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
sdwilsh@shawnwilsher.com
c741cddc02
Bug 408914 - Disable sqlite async IO. r=vlad
2008-01-09 19:21:56 -08:00
reed@reedloden.com
d342defa35
Bug 385066 - "Remove preloading from mozStorage" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking1.9+]
2007-12-17 21:34:50 -08:00
sayrer@gmail.com
5d3bf25455
temporarily change sqlite optimization to test perf / codesize impact
2007-12-14 15:05:33 -08:00
reed@reedloden.com
b3e31dfb47
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
reed@reedloden.com
e54406bd0e
Bug 263381 - Correct typo in db/sqlite3/src/Makefile.in [p=martynas@openbsd.org (Martynas Venckus) r=sdwilsh a1.9=schrep]
2007-11-21 13:03:50 -08:00
dtownsend@oxymoronical.com
e161458cda
Fix typo, no bug
2007-09-17 01:12:00 -07:00
reed@reedloden.com
1301431a8e
Bug 392708 - "Can't build with Orcas B2 (Sqlite error)" [p=aliumalik@gmail.com (Ali Malik) r+a1.9=bsmedberg]
2007-09-15 18:47:04 -07:00
dmose@mozilla.org
71a60fb79a
Backing out SQLite upgrade from 3.4.1 to version 3.4.2; patch by sdwilsh, r=sspitzer, a=bsmedberg
2007-09-14 14:07:51 -07:00
dmose@mozilla.org
0edc0f6a2e
Upgrade SQLite from version 3.4.1 to version 3.4.2; patch by sdwilsh, r=sspitzer, a=bsmedberg
2007-09-14 13:46:32 -07:00
ginn.chen@sun.com
a22fee91a2
Bug 390113 mozilla should not be compiled with -fast on Solaris r=benjamin
2007-08-02 23:32:33 -07:00
mozilla@weilbacher.org
a8f95e07e6
[OS/2] Bug 390292: Exports needed for SQLite to fix OS/2 build break, r=bsmedberg
2007-08-02 14:15:33 -07:00
sspitzer@mozilla.org
5b0712718f
3.4.1, not 3.4.0
2007-08-02 10:04:59 -07:00
sspitzer@mozilla.org
332939b510
fix for bug #385067 : upgrade to latest version of sqlite (3.4.0)
...
patch=sdwilsh, rs=sspitzer
fix for bug #387609 : Add check for lastError in test_storage_progresshandler.js
patch=sdwish, r=sspitzer
2007-08-02 08:24:50 -07:00