Aron Bierbaum

Results 13 comments of Aron Bierbaum

I have taken a first pass at adding support for hstore in https://github.com/omniscale/imposm/pull/32

Thank you for pointing that out. I have added a function `set_hstore_all` that should disable all filtering. Does this seem like a reasonable approach?

Using a global similar to the name type was the simplest way I could come up with for disabling tag filtering. This makes we wonder if we should still have...

I have not updated our build for a few years, but the `configure.py` script is very similar to the PyQt script. I believe the latest versions of PyQt have transitioned...

@Net-Mist @xzkostyan I split this into two pull requests, added a `compose.yaml` file and can make sure everything is passing. - https://github.com/xzkostyan/clickhouse-sqlalchemy/pull/295 - https://github.com/xzkostyan/clickhouse-sqlalchemy/pull/296

The caching failure is caused by the changes in https://github.com/xzkostyan/clickhouse-sqlalchemy/commit/16fa7b3a057e2e88df892e06aa4f1395c7c7bf8b which result in a unhashable dict stored in `Join.full`. @xzkostyan do you have any ideas on how to allow caching...

Are there any updates on this pull request. Would love to not need to use `Optional` or `Union`.

How is that possible when the typing module is being imported?

It is also worth noting that Jinja dropped support for Python 2.7/3.5 in version 3.0.0 which was released two years ago. (https://jinja.palletsprojects.com/en/3.0.x/changes/#version-3-0-0)

@scoder Who should I contact to get reviews of this pull request?