v1.1.0
What's Changed
- fix bug when update with subquery condition. by @jayvynl in #27
- fix #25, change AutoFiled and SmallAutoField to clickhouse Int64, so that id worker can generate value for them.
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
is no longer a required configuration item. by @jayvynl in #31 - fix #26 INSERT...SELECT causes an exception by @jayvynl in #32
Full Changelog: v1.0.3...v1.1.0