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

Remove warnings on deprecated API #125

Closed stankudrow closed 3 weeks ago

stankudrow commented 3 weeks ago

The last module with deprecation warnings was the asynch/cursor.py - now it is cleansed and no more warnings make noise.

stankudrow commented 3 weeks ago

@long2ice , hello. Just removed the last warning, the PR is fine and can be merged.

long2ice commented 3 weeks ago

Thanks!