Infinidat / infi.clickhouse_orm

A Python library for working with the ClickHouse database (https://clickhouse.yandex/)
BSD 3-Clause "New" or "Revised" License
414 stars 136 forks source link

version number contains a string will cause an error #196

Open InkCoderYmc opened 2 years ago

InkCoderYmc commented 2 years ago

if version number contains str, like ‘1.a.0’ , function _get_server_version(in database.py) can not catch, will stop in the forced type conversion phase (int(n)).

InkCoderYmc commented 2 years ago
image