From: Vsevolod Stakhov Date: Mon, 15 Apr 2019 19:17:49 +0000 (+0100) Subject: [Minor] Remove exceptions search X-Git-Tag: 1.9.2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d42bdb532a6533794d74aeaf4f9cba6e6da9aa0a;p=thirdparty%2Frspamd.git [Minor] Remove exceptions search --- diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua index 99865e6ee3..1ce47542a6 100644 --- a/lualib/lua_clickhouse.lua +++ b/lualib/lua_clickhouse.lua @@ -120,10 +120,6 @@ local function parse_clickhouse_response_json(params, data) return nil, {} end - if data:match('DB::Exception') then - return data, {} - end - local function parse_string(s) local parser = ucl.parser() local res, err = parser:parse_string(s)