aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/database.hxx
diff options
context:
space:
mode:
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*