aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/exceptions.cxx')
-rw-r--r--odb/oracle/exceptions.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/oracle/exceptions.cxx b/odb/oracle/exceptions.cxx
index 87fc435..c8165cf 100644
--- a/odb/oracle/exceptions.cxx
+++ b/odb/oracle/exceptions.cxx
@@ -58,6 +58,16 @@ namespace odb
}
//
+ // lob_comparison
+ //
+
+ const char* lob_comparison::
+ what () const throw ()
+ {
+ return "comparison of LOB values in queries not supported";
+ }
+
+ //
// cli_exception
//