v1.1.1
What's Changed
- Fix connection pool arguments connections_min and connections_max by @jayvynl in #35
- Black code style by @jayvynl in #36
- Support MergeTree settings in creating table by @jayvynl in #37
- Support distributed DDL and distributed table.
- Support create migration table and run migrating on cluster.
- Support escaping dict data.
- Fix bug: exception is raised when insert data with expression values.
- Fix bug: exception is raised when alter field from not null to null.
Full Changelog: v1.1.0...v1.1.1