summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-command.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-07 19:35:18 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-07 19:35:18 +0000
commita84a696a3812446a33761cc0b1669d0f5bbf9335 (patch)
tree7c5d5cc5119a2cb36b478cf0da971b449bd79df0 /libmysqlpp/my-command.h
parentFix test of insertIds (diff)
downloadlibdbpp-mysql-a84a696a3812446a33761cc0b1669d0f5bbf9335.tar.bz2
libdbpp-mysql-a84a696a3812446a33761cc0b1669d0f5bbf9335.tar.xz
libdbpp-mysql-a84a696a3812446a33761cc0b1669d0f5bbf9335.zip
Update to new libdbpp interfacelibdbpp-mysql-1.4.0
Diffstat (limited to 'libmysqlpp/my-command.h')
-rw-r--r--libmysqlpp/my-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h
index 71f7d51..ddb2d11 100644
--- a/libmysqlpp/my-command.h
+++ b/libmysqlpp/my-command.h
@@ -25,6 +25,7 @@ namespace MySQL {
void bindParamF(unsigned int, float) override;
void bindParamS(unsigned int, const Glib::ustring&) override;
+ void bindParamS(unsigned int, const std::string_view&) override;
void bindParamT(unsigned int, const boost::posix_time::time_duration &) override;
void bindParamT(unsigned int, const boost::posix_time::ptime &) override;