clickhouse-driver v0.1.2 Release Notes
Release Date: 2019-10-18 // over 2 years ago-
โ Added
- โก๏ธ Settings update to 19.16.1 server version. Pull request #111 by azat.
- ๐ Python 3.8 in Travis CI build matrix.
- ๐ Returning inserted rows count on
INSERT
queries with data. Returning rows count fromINSERT FROM SELECT
is not supported.
๐ Fixed
- Exposing
columnar
parameter toexecute_with_progress
. Pull request #108 by igorbb. - โ LowCardinality tests. Pull request #112 by azat.
๐ Changed
- ๐ Increased speed (up to 5 times compared to 0.1.1 release) of
INSERT
queries. - Date/DateTime columns selecting and inserting optimizations.