clickhouse-driver v0.1.0 Release Notes

Release Date: 2019-08-07 // over 4 years ago
  • โž• Added

    • SimpleAggregateFunction type. Pull request #95 by azat.

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Increased speed (5-6 times compared to 0.0.20 release) of SELECT queries with large amount of strings.
    • ๐Ÿ“ฆ Package is distributed in source and binary forms now. Compilation from source is required for platforms without wheels.

    ๐Ÿ›  Fixed

    • Elapsed time calculation on INSERT.
    • Dependencies environment markers for poetry in setup.py. Pull request #96 by nitoqq.