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 9 of 20

0.6.11

Bug fixes
- Inserts using Pandas 2.1 would fail due to a removed method in the Pandas library. There is now a workaround/fix for
this. Closes https://github.com/ClickHouse/clickhouse-connect/issues/234
- Inserts into a FixedString column that were not the expected size could cause corrupt insert blocks and mysterious errors
from the ClickHouse server. Validation has been added so that more meaningful error messages are generated if a fixed string
value is an invalid size. A reminder that strings which are "too short" for a FixedString column will be padded with 0 bytes, while
strings that are "too long" will generate an exception during the insert.

0.6.10

Improvement
- Add support and tests for the `Object(Nullable('json'))` type, which is sometimes detected by schema inference.

0.6.9

Improvements
- Logging and exception handling for failed insert transformations has been reworked. If an exception is thrown when attempting to
convert Python, Pandas, or Numpy data into ClickHouse Native format, the column name and type will be logged, as well as a
stack trace of actual exception (note this may be in the C/Cython code, so the exception data may still be difficult to interpret).
This partially addresses https://github.com/ClickHouse/clickhouse-connect/issues/229. Unfortunately determining data errors on a row level in
addition to the column level is not practical in most cases without seriously impacting performance.
- Version information has been moved from a top level `VERSION` to a Python `__version__` file in the package. This removes the Python 3.7 dependency
on importlib_metadata.
- Cython `.pyx`, and `.pxd` files are now included in the PyPI source distribution to improve compatibility with 3rd party build tools.

0.6.8

Bug Fix
- Fixed client `raw_insert` method when a compression method specified. https://github.com/ClickHouse/clickhouse-connect/issues/223

Improvement
- Add compression parameter to the clickhouse `tools.insert_file` method. '.gz' and '.gzip' extensions are automatically
recognized.

0.6.7

Bug Fixes
- Fixed an issue for older versions of ClickHouse where the server would send an initial block of 0 rows for larger queries.
This would break some queries with LowCardinality columns. Closes https://github.com/ClickHouse/clickhouse-connect/issues/221
- Fixed the`compression` alias for the `compress` client setting in SQLAlchemy/Superset DSN urls.

Improvements
- Upgraded to Cython 3.0.0 final release!
- Reversed the internal variable names of keys and indexes for low cardinality columns to be consistent with the ClickHouse server nomenclature.

0.6.6

Bug Fix
- Inserting into an Enum column from a Pandas DataFrame with integer values only inserted 0 values. This is fixed.
https://github.com/ClickHouse/clickhouse-connect/issues/219

Page 9 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.