aboutsummaryrefslogtreecommitdiff
path: root/odb/connection.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/connection.ixx')
-rw-r--r--odb/connection.ixx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/connection.ixx b/odb/connection.ixx
index 573134d..e86f8d8 100644
--- a/odb/connection.ixx
+++ b/odb/connection.ixx
@@ -8,8 +8,8 @@
namespace odb
{
inline connection::
- connection (database_type& database)
- : database_ (database),
+ connection (connection_factory& f)
+ : factory_ (f),
tracer_ (0),
results_ (0),
prepared_queries_ (0),
@@ -20,7 +20,7 @@ namespace odb
inline connection::database_type& connection::
database ()
{
- return database_;
+ return factory_.database ();
}
inline unsigned long long connection::