X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdbms.oracle%2FOutputBind.cpp;h=9b18d68683412ca1344210f0d41ccce414ece939;hp=3116b8dd464ad0b2c256a7970519677e4f203982;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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);