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

Unified Diff: gears/database2/connection.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/connection.cc
===================================================================
--- gears/database2/connection.cc (revision 1609)
+++ gears/database2/connection.cc (working copy)
@@ -24,6 +24,7 @@
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "gears/database2/connection.h"
+#include "gears/database2/statement.h"
// TODO(dimitri.glazkov): implement actual database operations. For now, all
// operations pretend to succeed to facilitate in-progress testing
@@ -45,8 +46,7 @@
}
bool Database2Connection::Execute(const std::string16 &statement,
- const int num_arguments,
- const JsParamToSend *arguments,
+ Database2Values *arguments,
Database2RowHandlerInterface *row_handler) {
// if (bogus_version_) {
// set error code to "version mismatch" (error code 2)

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