aboutsummaryrefslogtreecommitdiff
path: root/odb/connection.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/connection.ixx')
-rw-r--r--odb/connection.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/connection.ixx b/odb/connection.ixx
index bd91070..2ea17df 100644
--- a/odb/connection.ixx
+++ b/odb/connection.ixx
@@ -53,7 +53,7 @@ namespace odb
inline prepared_query<T> connection::
prepare_query (const char* n, const query<T>& q)
{
- return query_<T, id_default>::call (*this, n, q);
+ return query_<T, id_common>::call (*this, n, q);
}
template <typename T>