diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-04 21:25:32 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-04 21:25:32 +0100 |
commit | b0a5b94ddfec22d587d58959984c184a54c87c41 (patch) | |
tree | 0f64a932385dee39f0608285783f9b338dcf138d /libmysqlpp/my-connection.h | |
parent | Basics working, could do with a tidy up around mocking (diff) | |
download | libdbpp-mysql-embedded.tar.bz2 libdbpp-mysql-embedded.tar.xz libdbpp-mysql-embedded.zip |
Update to v1.1.x interfaceembedded
Diffstat (limited to 'libmysqlpp/my-connection.h')
-rw-r--r-- | libmysqlpp/my-connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/my-connection.h b/libmysqlpp/my-connection.h index 36e9388..27f5312 100644 --- a/libmysqlpp/my-connection.h +++ b/libmysqlpp/my-connection.h @@ -35,7 +35,7 @@ namespace MySQL { size_t bulkUploadData(const char *, size_t) const override; int64_t insertId() override; - void execute(const std::string &) override; + void execute(const std::string &, const DB::CommandOptions *) override; mutable MYSQL conn; |