TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
220 stars 122 forks source link

https://github.com/TimonKK/clickhouse/issues/128 #129

Closed SEA99 closed 1 year ago

SEA99 commented 1 year ago

"data.every is not a function" error

SEA99 commented 1 year ago

added commit for issue 124

TimonKK commented 1 year ago

Could you add some test for your changes?

SEA99 commented 1 year ago

done

SEA99 commented 1 year ago

also added possibility to run test with connect configuration. You can create test_config.json in root directory of project and fill like { "url":"111.222.111.222", "port":8123, "basicAuth": { "username": "default", "password": "xxxxxxx" } } some tests are skipped in this case, but you can run other without local server