Friedrich Lindenberg
Friedrich Lindenberg
Ok, looks like this is a Python 3 issue. Are you interested in helping with a PR?
Good luck: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/ -- doesn't seem upstream is gonna help us here, so closing.
I've been doing a bit of research on async sqlalchemy over the past couple of days for a different project, and I'm not quite sure where it stands yet. Looks...
Still looking for anyone interested in contributing to this. My recent experiments with async sqlalchemy have taught me that it's possible and looks beautiful, but it's also quite easy to...
Hmmm I'm not sure what's happening there. Can you share the list of table names in the given database? One of them might contain only special characters and get normalized...
Wrong button, good morning :)
The only thing we're passing in there is `schema`, which is `None` as a default. This should be possible: https://docs.sqlalchemy.org/en/14/core/reflection.html#sqlalchemy.engine.reflection.Inspector.get_table_names Can you try and remove the `self.schema` from /home/dataset/venv/lib/python3.8/site-packages/dataset/database.py:184?
Hmmm I really don't understand how this is caused by `dataset`. Have you checked the upstream bug tracker at sqlalchemy to see if the issue is documented there? I don't...
We usually do this on the application level, so I'm curious what you think the cleanest way of implementing this would be. Perhaps we should build in support for `blinker`...
This is both an interesting idea and a really nicely done PR. One thing that I'm concerned about is making this less of a usability risk. The current implementation would...