Skip to content

v1.1.0

Compare
Choose a tag to compare
@jayvynl jayvynl released this 29 Jul 14:29
· 112 commits to main since this release

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