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

Issue 223003: Add basic sqlite error handling to the new sqlite handlers... (Closed)

Created:
11 years, 3 months ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add basic sqlite error handling to the new sqlite handlers This part is just the plumbing of the error detection and notification. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27268

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 5

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -13 lines) Patch
M app/sql/connection.h View 1 2 3 4 chunks +36 lines, -0 lines 0 comments Download
M app/sql/connection.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M app/sql/statement.h View 3 2 chunks +9 lines, -0 lines 0 comments Download
M app/sql/statement.cc View 1 2 9 chunks +14 lines, -11 lines 0 comments Download
M app/sql/statement_unittest.cc View 3 4 chunks +53 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
cpu_(ooo_6.6-7.5)
Not ready for review yet (it needs unitests) but if you see something very wrong ...
11 years, 3 months ago (2009-09-23 17:19:42 UTC) #1
brettw
Seems fine so far. http://codereview.chromium.org/223003/diff/3001/3002 File app/sql/connection.cc (right): http://codereview.chromium.org/223003/diff/3001/3002#newcode317 Line 317: if (error_delegate_.get()) { I'd ...
11 years, 3 months ago (2009-09-23 17:26:56 UTC) #2
cpu_(ooo_6.6-7.5)
Ok, it is ready for review. I also added the clear bindings thingy we discussed.
11 years, 3 months ago (2009-09-25 20:10:48 UTC) #3
brettw
LGTM with some style nits. http://codereview.chromium.org/223003/diff/4001/5002 File app/sql/connection.h (right): http://codereview.chromium.org/223003/diff/4001/5002#newcode73 Line 73: // false as ...
11 years, 3 months ago (2009-09-25 20:46:42 UTC) #4
cpu_(ooo_6.6-7.5)
11 years, 3 months ago (2009-09-25 21:42:52 UTC) #5
thanks! all taken care of. I'll commit when the weather permits.

Powered by Google App Engine
This is Rietveld 408576698