Amin Alaee
Amin Alaee
@logicli0n not yet. Feel free to submit a PR for it.
I will close this in favor of @hasansezertasan 's repository.
TBH this is a very specific deployment issue, not sure how I can help with that. But clearly the issue is not with SQLAdmin itself rather in Uvicorn and the...
@onejgordon Didn't what @vishalbollu mention work?
@Mowinski can you also confirm this has worked for you so we can close this?
I don't think this will cause a regression, but I'm thinking there will be some limitations with going to `selectionload` as `joinedload` is more suitable for Many-To-One relationships and there's...
Where is the `UUIDType` coming from? I think it should be `from sqlalchemy import Uuid` probably.
I think you are correct in the debugging, but I think a good step is to compare https://sqlalchemy-utils.readthedocs.io/en/latest/_modules/sqlalchemy_utils/types/uuid.html#UUIDType with sqlalchemy UUID type because I don't see that one raising any...
Or even better it would be in `load_dialect_impl` which is specifically for this purpose to return `impl` dynamically. But I'm not really sure if this was changed in sqlalchemy_utils recently...
I don't think that's the same problem, the error clearly is different and you are not using sqlalchemy_utils. I think you should open a different issue.