aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/database.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/database.ixx')
-rw-r--r--odb/pgsql/database.ixx12
1 files changed, 5 insertions, 7 deletions
diff --git a/odb/pgsql/database.ixx b/odb/pgsql/database.ixx
index 04fcb16..a4f5040 100644
--- a/odb/pgsql/database.ixx
+++ b/odb/pgsql/database.ixx
@@ -7,12 +7,10 @@ namespace odb
{
namespace pgsql
{
- // @@ Implement on completion of supporting code.
- //
- // inline details::shared_ptr<database::connection_type> database::
- // connection ()
- // {
- // return factory_->connect ();
- // }
+ inline details::shared_ptr<database::connection_type> database::
+ connection ()
+ {
+ return factory_->connect ();
+ }
}
}