apla / node-clickhouse

Yandex ClickHouse driver for nodejs
MIT License
216 stars 50 forks source link

It would be cool to publish 1.5.4 with bunch of fixes #22

Closed nezed closed 5 years ago

nezed commented 5 years ago

@apla, there is bunch of unpublished fixes:

  1. Fix encode arrays #11;
  2. fix escaping backslashes problem #15;
  3. Fix confusing promise interface #18.

Looks like there is no breaking changes, even for #11 with large queries

apla commented 5 years ago

Done

nezed commented 5 years ago

🎉