clickhouse-driver v0.1.1 Release Notes

Release Date: 2019-09-20 // over 4 years ago
  • โž• Added

    • ๐Ÿ”ง Client.from_url method that creates client configured from the given URL.

    ๐Ÿ›  Fixed

    • If source column was timezone-aware values from DateTime column are returned with timezone now.
    • ๐Ÿ›  Handling zero bytes in the middle of FixedString column. Issue #104.