Timeplus-connect

Latest version: v0.8.15

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

Scan your dependencies

Page 7 of 20

0.6.23

Bug Fix
- Add missing Nothing SQLAlchemy datatype, which fixes some edge case Superset queries.
Thanks to [elchyn-cheliabiyeu](https://github.com/elchyn-cheliabiyeu) for the PR!

Improvement
- Avoid concatenation of empty dataframes during `query_df` due to Pandas future warning. Thanks to [Dylan Modesitt](https://github.com/DylanModesitt)
for the PR!

0.6.22

Improvements
- Fix typo in log message for bad inserts. Thanks to [Stas](https://github.com/reijnnn) for the fix.
- Allow non ClickHouse Cloud tests to run on community Pull Requests
- Update to Cython 3.0.6

Bug Fix
- `ATTACH` queries were not be correctly processed as "commands". Thanks to [Aleksei Palshin](https://github.com/alekseipalshin)
for the PR!

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.

Page 7 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.