Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Issue 15067: Upgrade our sqlite to 3.6.1, with the local changes made by Gears. I'm... (Closed)

Created:
12 years ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
brettw, Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Upgrade our sqlite to 3.6.1, with the local changes made by Gears. I'm checking in the full sqlite tree to make upstream merges easier. This means we'll have generated sources split out from the originals. One important change this makes is that "BEGIN" now defaults to "BEGIN IMMEDIATE" rather than "BEGIN DEFERRED". This doesn't affect us because we don't use unqualified BEGIN statements. The full CL is too big for Rietveld. I'm splitting it into 2. This one is reviewable. The other CL is just a fresh drop of: //depot/googleclient/gears/opensource/third_party/sqlite_google Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7623

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -174 lines) Patch
M chrome/common/sqlite_compiled_statement.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/sqlite_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/README.google View 1 1 chunk +98 lines, -52 lines 0 comments Download
M third_party/sqlite/SConscript View 1 chunk +83 lines, -50 lines 0 comments Download
A third_party/sqlite/VERSION_DATE View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/sqlite/google_update_sqlite.sh View 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/sqlite/sqlite.vcproj View 1 5 chunks +132 lines, -69 lines 0 comments Download
M webkit/build/webkit_common_includes.vsprops View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Matt Perry
12 years ago (2008-12-18 23:51:18 UTC) #1
brettw
12 years ago (2008-12-19 00:18:46 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698