diff options
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_clickhouse.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua index 99865e6ee..1ce47542a 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) |