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

Error when accessing commit or rollback #91

Open 3FANG opened 9 months ago

3FANG commented 9 months ago

I connected clickhouse+asynch to alembic, created revision --autogenerate, but when I was about to move the changes to the database I got an exception - asynch.errors.NotSupportedError: Code: None. I looked in the code and saw this, what is it?

long2ice commented 7 months ago

Because ClickHouse does not support transaction

stankudrow commented 3 months ago

@long2ice , hello. I think this PR can be closed + some of the dangling issues that were solved already.

stankudrow commented 1 month ago

@3FANG , @long2ice , this PR is dangling, please consider closing it. Thanks.

stankudrow commented 2 weeks ago

@3FANG