Clickhouse-connect

Latest version: v0.7.14

Safety actively analyzes 641049 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 16

0.6.21

Improvements
- Added support for Point type. Closes https://github.com/ClickHouse/clickhouse-connect/issues/151. Thanks to
[Dhruvit Maniya](https://github.com/Dhruvit96) for the PR!
- Upgraded to Cython 3.0.5
- Change exception handling in C API to stop spamming stderr

0.6.20

Bug Fix
- Fixed an issue where client side binding of datetimes with timezones would produce the incorrect time string if
timezones differed between the client and ClickHouse server. Closes https://github.com/ClickHouse/clickhouse-connect/issues/268

0.6.19

Bug Fixes
- In some circumstances it was possible to insert a `None` value into a non-Nullable String column. As this could mask
invalid input data, any attempt to insert None into a non-Nullable String or LowCardinality(String) will now throw
a DataError
- Reading a named Tuple column where the Tuple element names contained spaces would fail. In particular this would
cause expected failures reading the experimental JSON column type with spaces in the keys. This has been fixed. Closes
https://github.com/ClickHouse/clickhouse-connect/issues/265. Note that handling spaces in column types is tricky and
fragile in several respects, so the best approach remains to use simple column names without spaces.

0.6.18

Bug Fixes
- Reduce the estimated insert block size from 16-32MB to 1-2MB for large inserts. The large data transfers could cause
"write timeout" errors in the Python code or "empty query" responses from ClickHouse over HTTPS connections.
Should fix https://github.com/ClickHouse/clickhouse-connect/issues/258
- Ensure that the internal client _progress_interval is positive even if a very small `send_receive_timeout` value is specified.
Closes https://github.com/ClickHouse/clickhouse-connect/issues/259. Note that a very short `send_receive_timeout` is not recommended.

0.6.17

Bug Fix
- Fix "negative" Date32 (before 1970-01-01) values for numpy and Pandas queries. Closes https://github.com/ClickHouse/clickhouse-connect/issues/254

0.6.16

Bug Fix
- Remove bad private import to fix C Linkage. Closes https://github.com/ClickHouse/clickhouse-connect/issues/252

Page 4 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.