cloudflare / sqlalchemy-clickhouse

Apache License 2.0
314 stars 105 forks source link

Fix the db_type issue #24

Closed inpefess closed 6 years ago

inpefess commented 6 years ago

In infi.clickhouse_orm v1.0.0 the structure of infi.clickhouse_orm.models.AdHocModel has changed making current version of sqlalchemy-clickhouse incompatible. The purpose of this pull request is to up infi.clickhouse_orm version and fix a compatibility issue: https://github.com/cloudflare/sqlalchemy-clickhouse/issues/22. It was tested with newest clickhouse installation.

DeanThompson commented 6 years ago

Any update?

inpefess commented 6 years ago

@vavrusa could you verify the PR please?

vavrusa commented 6 years ago

Looks like it's working, thanks for fixing!