]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix Enum handling in SQLAlchemy (#165)
authorChris White <chriswhite199@gmail.com>
Sat, 27 Aug 2022 22:48:44 +0000 (15:48 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 22:48:44 +0000 (00:48 +0200)
commiteef0b7770b03be0a5e016c444cc1362c46f688c0
treec3dc2062055e22fc68d3d3f07b3c352979c3dc6d
parent2fab4817fe1c265cc7eabd4fef57de9253aaa063
🐛 Fix Enum handling in SQLAlchemy (#165)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
sqlmodel/main.py
tests/test_enums.py [new file with mode: 0644]