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

Unified Diff: gears/database2/commands.cc

Issue 717: Database2Values, argument conversion implemented (Closed) SVN Base: http://google-gears.googlecode.com/svn/contrib/dimitri.glazkov/database2/
Patch Set: Variant, multiple-row capability added Created 3 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: gears/database2/commands.cc
===================================================================
--- gears/database2/commands.cc (revision 1639)
+++ gears/database2/commands.cc (working copy)
@@ -59,7 +59,6 @@
void Database2SyncExecuteCommand::Execute(bool *has_results) {
// TODO(dimitri.glazkov): Collect row results
bool result = connection()->Execute(statement_->sql(),
- statement_->num_arguments(),
statement_->arguments(), NULL);
SetResult(result);
if (!result) {
@@ -117,4 +116,3 @@
// stub
}
-
« no previous file | gears/database2/connection.cc » ('j')

Powered by Google App Engine
This is Rietveld r305