summaryrefslogtreecommitdiff
path: root/odb/relational/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/common.cxx')
-rw-r--r--odb/relational/common.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index a1dbcf8..3e6461b 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -103,13 +103,11 @@ namespace relational
}
else
{
- string im_type (image_type (m));
string db_type_id (database_type_id (m));
string type (
string (db.string ()) + "::value_traits< "
+ m.type ().fq_name (m.belongs ().hint ()) + ", "
- + im_type + ", "
+ db_type_id
+ " >::query_type");