Closed
Description
Hi there,
While testing fastapi-users [sqlalchemy] along with sqladmin I bumped on this
File "/mnt/1T/work/user-management/.venv/lib/python3.8/site-packages/sqladmin/forms.py", line 78, in get_converter
raise Exception( # pragma: nocover
Exception: Could not find field converter for column id (<class 'fastapi_users_db_sqlalchemy.guid.GUID'>).
I understand that sqladmin does not know how to handle this since it does not have converter for UUIDChar
(https://github.com/aminalaee/sqladmin/blob/main/sqladmin/forms.py#L78). It does handle UUID
though.
This is provoqued by the following line at fastapi-users-db-sqlalchemy/
.venv/lib/python3.8/site-packages/fastapi_users_db_sqlalchemy/guid.py
Is impl = UUIDChar
a "standard" implementation or it should be named impl = UUID
instead?
Otherwise, any way can I overwrite this?
Metadata
Metadata
Assignees
Labels
No labels