X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdbms.oracle%2FOutputBind.cpp;h=9b18d68683412ca1344210f0d41ccce414ece939;hb=398d53cb90e9f25dc89a46396225eef981f0ab24;hp=3116b8dd464ad0b2c256a7970519677e4f203982;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/dbms.oracle/OutputBind.cpp b/source/dbms.oracle/OutputBind.cpp index 3116b8d..9b18d68 100644 --- a/source/dbms.oracle/OutputBind.cpp +++ b/source/dbms.oracle/OutputBind.cpp @@ -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);