TimonKK
TimonKK
Hi, could you please post error text, nodejs and ClickHouse versions
I think yes. As I know query progress we can take by headers from http
Could you please add some tests for your changes?
What do you mean about "drop the # check"?
I know ClickHouse has two digital error codes, for example, https://github.com/ClickHouse/ClickHouse/issues/33839. So I think to adjust regexp to '(Code|Error): ([0-9]{2,})[,.] .*Exception: (.+?)$'
I understood about three-digit error codes. And I suggested new regexp /(Code|Error): ([0-9]**{2,}**)[,.] .*Exception: (.+?)$/. You could test it on https://regexr.com/
Hi, could you please show minimum code example with your case?