Shawn Wilsher
fda0936e59
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
874f81ff8d
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
cc3b4f8c91
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
270e90f917
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
4301671b45
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
bdd4cc2a97
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
75a2726894
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
d8f8a2dec4
Backed out changeset c569a8f91c0e (bug 471685) with a CLOSED TREE
2009-01-09 13:16:05 -08:00
Shawn Wilsher
9497d3d2a0
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
1d13694166
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
50794c8ae6
Bug 448114 - Notify about non-finalized statements in debug builds
...
r=asuth
2008-12-08 17:14:14 -05:00
Brad Lassey
e6b8fbc72f
Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted
2008-12-03 08:42:03 -05:00
Shawn Wilsher
bd2c28b142
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
9cbf7b990b
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
538c9fb42a
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
1611973b8c
Backed out changeset 25a7e822742a to fix windows bustage
2008-10-28 20:09:43 -04:00
Ted Mielczarek
ad910f4456
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
39009cfbf7
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
96d519e918
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
03ecc66294
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
c72ef7d248
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
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