aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/query.hxx')
-rw-r--r--odb/oracle/query.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx
index 80c3b18..5d3d7ac 100644
--- a/odb/oracle/query.hxx
+++ b/odb/oracle/query.hxx
@@ -1186,7 +1186,7 @@ namespace odb
};
template <typename T>
- struct query_column<T, id_clob>
+ struct query_column<T, id_clob>: lob_query_column
{
query_column (const char* table, const char* column)
: lob_query_column (table, column)
@@ -1195,7 +1195,7 @@ namespace odb
};
template <typename T>
- struct query_column<T, id_nclob>
+ struct query_column<T, id_nclob>: lob_query_column
{
query_column (const char* table, const char* column)
: lob_query_column (table, column)