Skip to content

Commit

Permalink
release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-kadhe committed Apr 3, 2024
1 parent 17b8eb3 commit 6dbce6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/clever-hotels-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"clickhouse-schema": major
---
# 2.0.0

- Added support for default value checking at compile time. This also means all datatypes are now functions so they need to be called unlike before. So `ClickhouseTypes.CHBoolean` becomes `ClickhouseTypes.CHBoolean()` and this is the same for all data types.
- Refactored type inference to reduce LOC and make it more modular
- Improved validation for `order_by` and `primary_key` options by checking for only compatible keys at compile time

0 comments on commit 6dbce6f

Please sign in to comment.