You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed report! Do you have time to give this a shot?
Your example looks like a good starting point for an integration test in the spirit of collection_class_set.py (including POST and PATCH requests). For the fix itselt take a look at _sanitize_value in utils.py.
Title mostly speaks for itself, the JSON serializer can't handle
enum.Enum
types, which you (can) use insqlalchemy.types.Enum
Example code is here
Might be related to #183
Setup:
0.7.0
The text was updated successfully, but these errors were encountered: