Column with list[Enum]
dtype silently removes value if not a valid enum string
#500
Closed
8 tasks done
Labels
First Check
Commit to Help
Example Code
Description
SQLModel
withtable=True
silently drops the field for alist[Enum]
with invalid Enum. Correct error is raised withouttable=True
and using pydanticBaseModel
so assume this is purely sqlmodel bug.Operating System
Linux
Operating System Details
Docker, using python3.10-slim image.
SQLModel Version
0.0.8
Python Version
3.10
Additional Context
No response
The text was updated successfully, but these errors were encountered: