Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(128)

Issue 717: Database2Values, argument conversion implemented (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
18 years, 1 month ago by Dimitri
Modified:
16 years, 10 months ago
Reviewers:
google-gears-eng, Aaron
Base URL:
http://google-gears.googlecode.com/svn/contrib/dimitri.glazkov/database2/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : ready for another look. #

Patch Set 3 : Variant, multiple-row capability added #

Patch Set 4 : Removed post-increment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+561 lines, -227 lines) Patch
gears/database2/commands.h View 3 chunks +8 lines, -2 lines 0 comments Download
gears/database2/commands.cc View 1 2 3 2 chunks +23 lines, -21 lines 0 comments Download
gears/database2/common.h View 1 chunk +28 lines, -2 lines 0 comments Download
gears/database2/connection.h View 1 2 3 2 chunks +85 lines, -17 lines 0 comments Download
gears/database2/connection.cc View 1 2 3 3 chunks +218 lines, -9 lines 0 comments Download
gears/database2/result_set2.h View 2 chunks +38 lines, -5 lines 0 comments Download
gears/database2/result_set2.cc View 1 chunk +77 lines, -8 lines 0 comments Download
gears/database2/statement.h View 1 2 3 2 chunks +7 lines, -63 lines 0 comments Download
gears/database2/statement.cc View 1 2 3 4 chunks +24 lines, -77 lines 0 comments Download
gears/test/testcases/database2_tests.js View 1 2 3 2 chunks +53 lines, -23 lines 0 comments Download

Messages

Total messages: 5
Aaron
http://codereview.appspot.com/717/diff/1/6 File gears/database2/statement.cc (right): http://codereview.appspot.com/717/diff/1/6#newcode75 Line 75: if (sql_arguments.token() == NULL) { It's not a ...
18 years, 1 month ago (2008-05-11 18:11:20 UTC) #1
Dimitri
ready for another look. http://codereview.appspot.com/717/diff/1/6 File gears/database2/statement.cc (right): http://codereview.appspot.com/717/diff/1/6#newcode75 Line 75: if (sql_arguments.token() == NULL) ...
18 years, 1 month ago (2008-05-13 22:52:02 UTC) #2
Dimitri
Per our discussion, I added Variant struct and multiple-row capability to Database2Values.
18 years ago (2008-05-22 12:12:24 UTC) #3
Aaron
LGTM http://codereview.appspot.com/717/diff/181/206 File gears/database2/statement.h (right): http://codereview.appspot.com/717/diff/181/206#newcode78 Line 78: class Database2Values { The shape of this ...
18 years ago (2008-05-22 22:16:41 UTC) #4
Dimitri
18 years ago (2008-05-24 02:13:40 UTC) #5
the code is now checked into databas2 branch.

http://codereview.appspot.com/717/diff/181/206
File gears/database2/statement.h (right):

http://codereview.appspot.com/717/diff/181/206#newcode78
Line 78: class Database2Values {
On 2008/05/22 22:16:42, Aaron wrote:
> The shape of this internal class is really bugging me. It seems like it really
> wants to just be a vector of vectors of Variant. 
> 
> But in the interest of moving forward, can you just slap a "TODO: clean me up"
> on it?

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b