Konstantin Lebedev

Results 66 comments of Konstantin Lebedev

This is complicated. Currently `Nullable(T)` and `nullable=True` duplicate each other and produce a big mess. I suppose they both not supported. :)

Json field is not supported. Feel free to make a PR.

See custom engines section: https://clickhouse-sqlalchemy.readthedocs.io/en/latest/features.html#custom-engines And feel free to make a PR with RabbitMQ support

According to https://nvd.nist.gov/vuln/detail/CVE-2020-26759 versions **before** 0.1.5 are vulnerable. Do you know how to add this fact to pip-audit?

Package versions since 0.1.5 are not reported as vulnerable anymore https://github.com/github/advisory-database/pull/802

Dialects registration takes place in setup.py: https://github.com/xzkostyan/clickhouse-sqlalchemy/blob/master/setup.py#L94. It seems something wrong with your installation.

Good point. I'll mark HTTP driver in `clickhouse-sqlalchemy` as no longer supported in further releases. However HTTP interface is supported in ClickHouse server and you can use plain curl. There...

Feel free to make PR or use `clickhouse+native://`.

Try use `clickhouse+native://` schema. HTTP dialect has poor support in this package.