Aiochclient Versions Save

Lightweight async http(s) ClickHouse client for python 3.6+ with types converting

v1.4.1

3 years ago

#43 Fix ValueError: Line is too long by @aamalev

v1.4.0

3 years ago
  • Query Escaping (#20)
  • Add context manager and default session (#29)
  • Support is_alive() check through proxy (#25)

v1.3.1

4 years ago
  • IPv4 and IPv6 types. Closes #17 - 5eef40bf0b0548321df20f63eebc2a7b95f1709f
  • Add sqlparse to install_requires - d2aa7b70d87b363aa009cada107386cfc5c7f248

v1.3.0

4 years ago
  • Correct nested array and tuple parsing. Closes #16 - 817de89f80da8bbda0a92b33a2471145afd141f1
  • SQL parsing and JSONEachRow support on INSERT and SELECT queries - f5df0bb0cc4ee738d7c59b28d81afc57dd8b95de and f04fd98bde4dc56aaf7898ab368ead7b5c7fe24b
  • PyMem_Free in finally block in cython str decoder - 774c59de05e3f2a2ead2c1f6f7621fb08a34f145

v1.2.1

4 years ago
  • Fix windows install #12

v1.2.0

4 years ago
  • Decimal type support
  • Optional [speedups] option while installing to install ciso8601 library and all aiohttp speedups
  • Optional ciso8601 library usage for very fast date/datetime parsing

1.0.2

4 years ago
  • Closed #8 - Sometimes clickhouse returns error message that contains data, and data is truncated at arbitrary byte, which leads to the decoding error.
  • Records class refactoring.

1.0.1

5 years ago

0.2.2

5 years ago
  1. LowCardinality type support
    • cursor method name changed to iterate
    • fetchone method name changed to fetchrow.
    • PendingDeprecationWarning warnings added for old methods names

0.1.1

5 years ago
  • cython extension with about 30% speed up.
  • UUID type support (mapping with uuid.UUID).