Remove warnings
[anna.git] / source / dbms.oracle / OutputBind.cpp
index 3116b8d..9b18d68 100644 (file)
@@ -101,6 +101,9 @@ throw(RuntimeException) {
     else
       dbms::String::strip(str);
 
+    break;
+  case Data::Type::Integer:
+    throw RuntimeException("anna::dbms::oracle::OutputBind::decode not implemented for Data::Type::Integer", ANNA_FILE_LOCATION);
     break;
   case Data::Type::Float:
     decodeFloat(data);