]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix enum type checks ordering in `get_sqlalchemy_type` (#669)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Oct 2023 09:22:44 +0000 (13:22 +0400)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 09:22:44 +0000 (13:22 +0400)
commitd3261cab591051759ad966eac8f61e6ee39ebaa1
treeab577dce9f51ce5208a56edd1ebf6226c7db899d
parent40c1af92021ae02e771d43971b0f96a786c78875
🐛 Fix enum type checks ordering in `get_sqlalchemy_type` (#669)

Co-authored-by: Pierre Cheynier <p.cheynier@criteo.com>
sqlmodel/main.py
tests/test_enums.py