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
raise translated_error from error
│ └ InvalidTextRepresentationError('invalid input value for enum variant: "red"')
└ Error('<class 'asyncpg.exceptions.InvalidTextRepresentationError'>: invalid input value for enum variant: "red"')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
Executing the above results in the below error:
raise translated_error from error
│ └ InvalidTextRepresentationError('invalid input value for enum variant: "red"')
└ Error('<class 'asyncpg.exceptions.InvalidTextRepresentationError'>: invalid input value for enum variant: "red"')
Operating System
Linux, macOS
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.12.2
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions