long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185 stars 43 forks source link

Add bool column #38

Closed Then19 closed 2 years ago

Then19 commented 2 years ago

http://devdoc.net/database/ClickhouseDocs_19.4.1.3-docs/data_types/boolean/

long2ice commented 2 years ago

Thanks! please add unittest

Then19 commented 2 years ago

Sorry I can't write unittests...

long2ice commented 2 years ago

See https://github.com/long2ice/asynch/commit/08eabae7595d4405e1fa7c0c5e9898005de0d0cd

Then19 commented 2 years ago

Thanks