Skip to content

Releases: apla/node-clickhouse

v1.6.4

13 Sep 13:03
5ac5a8f
Compare
Choose a tag to compare

Fixes

  • Fix for unformatted result when using WITH clause (#66 by @evle)

v1.6.3

13 Sep 13:02
d660165
Compare
Choose a tag to compare

Fixes

  • Fix firing 'end' event in some cases since ClickHouse v19.3 release (#61)

1.6.2

28 Mar 19:52
d8f4518
Compare
Choose a tag to compare

Fixes

  • extraneous auth credentials was removed (#57)

v1.6.1

04 Oct 22:49
6b3c26f
Compare
Choose a tag to compare

Fixes

  • fix body serialisation with FORMAT statement in query. (#39)
  • options now supports all https.request options. Forever. (#35 by @SlNPacifist)

Enhancements

  • auth has been separated into user and password options. (#34)
  • useQueryString becomes alias for readonly. (#40)