From: Pieter Lexis Date: Wed, 16 Dec 2015 12:06:05 +0000 (+0100) Subject: Make the godbc module not exit on SQL_SUCCESS_WITH_INFO X-Git-Tag: dnsdist-1.0.0-alpha1~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3047%2Fhead;p=thirdparty%2Fpdns.git Make the godbc module not exit on SQL_SUCCESS_WITH_INFO --- diff --git a/modules/godbcbackend/sodbc.cc b/modules/godbcbackend/sodbc.cc index e2af0d0dd8..b876f32bed 100644 --- a/modules/godbcbackend/sodbc.cc +++ b/modules/godbcbackend/sodbc.cc @@ -6,7 +6,7 @@ static void testResult( SQLRETURN result, SQLSMALLINT type, SQLHANDLE handle, const std::string & message ) { // cerr<<"result = "<