depyronick / clickhouse-client

ClickHouse Client for NodeJS
https://clickhouse.js.org
MIT License
49 stars 11 forks source link

Client: Return reason from _handlePromiseError so it can be caught #36

Closed apparelmagic-heath closed 7 months ago

apparelmagic-heath commented 7 months ago

Presently nothing is provided to the .catch chained off client.queryPromise, so no information about the exception can be handled.

Would also appreciate (if this PR is merged) to have nestjs-clickhouse use the updated version of clickhouse-client. Appreciate all your work on this area!

apparelmagic-heath commented 7 months ago

Resolves #35