summaryrefslogtreecommitdiff
path: root/odb/mysql/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/source.cxx')
-rw-r--r--odb/mysql/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/source.cxx b/odb/mysql/source.cxx
index 9cf69b1..1a9e6c8 100644
--- a/odb/mysql/source.cxx
+++ b/odb/mysql/source.cxx
@@ -353,7 +353,7 @@ namespace mysql
virtual void
pre (type& m)
{
- type = m.type ().fq_name ();
+ type = m.type ().fq_name (m.belongs ().hint ());
if (id_)
member = "id";
@@ -516,7 +516,7 @@ namespace mysql
virtual void
pre (type& m)
{
- type = m.type ().fq_name ();
+ type = m.type ().fq_name (m.belongs ().hint ());
os << "// " << m.name () << endl
<< "//" << endl;