Skip to content

Releases: hasura/ndc-clickhouse

v1.0.2

02 Sep 17:08
ec24633
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Stable Release

v0.2.11

15 Aug 18:24
7ef634c
Compare
Choose a tag to compare
  • Bugfix: add missing group by clause for foreach queries. This should fix remote relationships.

v0.2.10

05 Aug 22:00
Compare
Choose a tag to compare
  • Correct CLI implementation of Init command (used to behave the same as update)
  • Update sdk & errors
  • Fix version returned by capabilities
  • Fix parameter escaping, enabling complex data types as parameters
  • Remove deprecated JSON data type, see clickhouse docs

v0.2.9

13 Jun 17:06
93752f4
Compare
Choose a tag to compare
  • Change namespaceing to use . separator instead of _. We assume table names are less likely to contain periods, so this reduces likelyhood of naming conflicts.This will change generated type names and will thus manifest as a breaking change for some users
  • Support Nested column types correctly, (previously these were treated as essentially Tuple columns)
  • Support subfield selection on complex column types.
  • Add support for relationships on column subfields, if the path to the subfield does not include lists
  • Fix datatype parser: add ability to parse SimpleAggregateFunction and AggregateFunction columns

v0.2.8

30 Apr 00:01
f1629f7
Compare
Choose a tag to compare
  • Make spans visible to cloud console users (tag spans with internal.visibility = 'user')

v0.2.7

26 Apr 02:07
ece8fb0
Compare
Choose a tag to compare
  • Fix a bug introduced in 0.2.6 that would cause responses including a single quote to be serialized as invalid JSON strings

v0.2.6

24 Apr 16:13
7bafb9f
Compare
Choose a tag to compare
  • Add additional trace spans for SQL generation and query execution
  • Do not parse db response as JSON, instead send it back directly

v0.2.5

15 Apr 16:26
Compare
Choose a tag to compare
  • Implement validate cli command
  • Do not write out config file unless it has changed. This avoids issues with the ddn cli which watches for filechange events
  • Cast variables to UUID before comparison to UUID columns. This enables remote relationships to UUID columns