- 843fc2f: Update readme to reflect release changes
-
6dbce6f: # 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
becomesClickhouseTypes.CHBoolean()
and this is the true for all data types. - Refactored type inference to reduce LOC and make it more modular
- Improved validation for
order_by
andprimary_key
options by checking for only compatible keys at compile time
- 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
- Fix bug causing error when on_cluser option is specified and primary_key or order_by is not
- Add repository to readme
- Update package json to add keywords
- b4eb756: Update readme instructions import so that users can copy paste