aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/oracle/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/oracle/common.cxx')
-rw-r--r--odb/relational/oracle/common.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx
index 661bb4e..e9d8390 100644
--- a/odb/relational/oracle/common.cxx
+++ b/odb/relational/oracle/common.cxx
@@ -411,9 +411,10 @@ namespace relational
{
os << type << " (const char* t," << endl
<< "const char* c," << endl
+ << "const char* conv," << endl
<< "unsigned short p = 0xFFF," << endl
<< "short s = 0xFFF)" << endl
- << " : " << base << " (t, c, p, s)"
+ << " : " << base << " (t, c, conv, p, s)"
<< "{"
<< "}";
}