aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/relational/source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index b12bce3..33bda4b 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -4309,7 +4309,7 @@ traverse_view (type& c)
p += 3;
if (p != vq.literal.size ())
- os << strlit (string (vq.literal, p));
+ os << " + " << strlit (string (vq.literal, p));
}
}
else