summaryrefslogtreecommitdiff
path: root/odb/relational/common.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-18 18:27:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-19 08:39:02 +0200
commit8f78f966195268149ed1354dacf2b276792f5f7e (patch)
treea819dbadbdc30b71582f8b049fd1f65543f6dece /odb/relational/common.cxx
parentbef1fce0e10b0b023dcf6e02214730754dc0fe17 (diff)
Get rid of image type argument in value_traits
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");