Skip to content

Releases: hasura/ndc-clickhouse

v1.1.2

29 Jan 00:03
46fb4a5

Choose a tag to compare

v1.1.1

25 Aug 14:13
deb662e

Choose a tag to compare

  • Improve error reporting of malformed column data types in configuration and introspection

v1.1.0

07 Feb 02:07
bf29bc5

Choose a tag to compare

  • ClickHouse 25.1 serializes booleans as 1/0 when using FORMAT JSON. We only used that in introspection. Change it to use toJSONString instead.
  • Fix returning explain query plan

v1.0.5

15 Oct 22:43

Choose a tag to compare

  • Fix a bug where starting in clickhouse 24.7, users would get default values for the given data type instead of real results. #32

v1.0.4

05 Oct 14:35
2702f3f

Choose a tag to compare

  • Implement PrintSchemaAndCapabilities command. Enables the ddn CLI to perform introspection without needing to start an instance of the connector, which makes introspection faster. Note the DDN CLI does not yet implement this.
  • Bug fix: scalar aggregates may return other scalars, creating dependencies. Fix schema response not including those scalar type dependencies

v1.0.3

01 Oct 22:29
e359aed

Choose a tag to compare

  • Update SDK version to enable unauthorized access to health endpoint

v1.0.2

02 Sep 17:08
ec24633

Choose a tag to compare

  • Allow DateTime64 shorthand for DateTime64(3)
  • Allow Decimal shorthand for Decimal(10, 0)
  • Make datatypes case insensitive
  • When introspection returns no columns (parameterized view issue), preserve any manually written columns
  • Correct support for casting from JSON Objects paramters to named Tuples, and JSON Arrays to anonymous tuples
  • Fix printing tuples in bound parameters

v1.0.1

17 Aug 13:57
a5df7ec

Choose a tag to compare

  • Bug fix: remove erroneous group by and order by clauses in foreach queries. Remote relationships should now function as expected. The previous fix was incorrect.

v1.0.0

15 Aug 18:24

Choose a tag to compare

  • Stable Release

v0.2.11

15 Aug 18:24
7ef634c

Choose a tag to compare

  • Bugfix: add missing group by clause for foreach queries. This should fix remote relationships.