diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-29 14:41:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-29 14:41:43 +0200 |
commit | 39cf682f98dc0fc891848a45d5ccb2d2a1534a4c (patch) | |
tree | b730f5ea3994d27d515fd7e9a5eee07e977c5d25 | |
parent | f08d90756af9901d618605f14c361d1cd86c4f8b (diff) |
Bring in other execute() overloads from odb::database
-rw-r--r-- | odb/mysql/database.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx index 81f2892..5e2ebc6 100644 --- a/odb/mysql/database.hxx +++ b/odb/mysql/database.hxx @@ -159,6 +159,8 @@ namespace odb } public: + using odb::database::execute; + virtual unsigned long long execute (const char* statement, std::size_t length); |