Anton Orlov
Results
1
issues of
Anton Orlov
**Describe the bug** Selecting using datetime parameter doesn't consider milliseconds. Probably, can use `strftime` like this `%Y-%m-%d %H:%M:%S.%f` [here](https://github.com/mymarilyn/clickhouse-driver/blob/9a8b4a0706d78ee9952737a9b277f448acf3eaf0/clickhouse_driver/util/escape.py#L28). **To Reproduce** ```python client = make_client() client.execute('CREATE TABLE IF NOT EXISTS...