aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/database.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-05-11 12:27:41 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-05-12 11:27:57 +0200
commit3faf8e7a8aa2411f207fa09fe81982615d90a726 (patch)
tree8b6cf5f11362a80e4de979ca5f4e4de2b8a4078f /odb/pgsql/database.hxx
parent4e955852b9d59338a5bb50facc1594e97b8ca2d8 (diff)
Implement database::execute
Diffstat (limited to 'odb/pgsql/database.hxx')
-rw-r--r--odb/pgsql/database.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx
index a45fbb0..a8219d3 100644
--- a/odb/pgsql/database.hxx
+++ b/odb/pgsql/database.hxx
@@ -83,11 +83,9 @@ namespace odb
print_usage (std::ostream&);
public:
- // @@ Implement on completion of supporting code.
- //
- // using odb::database::execute;
- // virtual unsigned long long
- // execute (const char* statement, std::size_t length);
+ using odb::database::execute;
+ virtual unsigned long long
+ execute (const char* statement, std::size_t length);
public:
virtual transaction_impl*