-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] SQLAlchemy Exception when using Enums and jsonable_encoder #21
Comments
Thanks, I'll check it. |
I am having almost the same issue.. I keep getting validation errors when i use |
I am working on it, and got it running with CrudBase. I will update #23 accordingly asap. I still have one limit though, which is using the same string for name and value.
I keep you posted... |
Thanks!! |
I think this was solved in your PR right @ebreton ? 🤓 🚀 May we close it? |
You are right @tiangolo, thanks for the clean-keeping work. And for the whole fastapi ecosystem. It rocks 🌟 💎 |
Issue added for reference.
sqlalchemy.exc.DataError: (psycopg2.errors.InvalidTextRepresentation) invalid input value for enum YOUR-TYPE: "YOUR-VALUE"
The text was updated successfully, but these errors were encountered: