aboutsummaryrefslogtreecommitdiff
path: root/odb/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:11:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:11:43 +0200
commite68f09c0e8c747474745f3438496e9352a199dbd (patch)
treeb609371a129df96147aa77fc838ceca39b8be533 /odb/query.hxx
parentfd5ba96357002c0964453fea38ee6a813cf02826 (diff)
Add dynamic multi-database query support
Diffstat (limited to 'odb/query.hxx')
-rw-r--r--odb/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/query.hxx b/odb/query.hxx
index ffff7f7..adea4b3 100644
--- a/odb/query.hxx
+++ b/odb/query.hxx
@@ -82,7 +82,7 @@ namespace odb
};
template <typename T,
- typename B = typename query_selector<T, id_default>::base_type>
+ typename B = typename query_selector<T, id_common>::base_type>
class query;
namespace core