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

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: Created 5 months 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 1609)
+++ 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) {
@@ -116,5 +115,3 @@
void Database2RollbackCommand::HandleResults() {
// stub
}
-
-
« no previous file | gears/database2/connection.cc » ('j')

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