]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✨ Raise a more clear error when a type is not valid (#425)
authorDavid Danier <david.danier@gmail.com>
Mon, 23 Oct 2023 06:42:30 +0000 (08:42 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 06:42:30 +0000 (10:42 +0400)
commit840fd08ab2f803d4e8fb67c7587a59621473c715
tree6bdf2430d7e615518641ca9fd0facc915f53e007
parenta8a792e3c0c43f8c0ff443d54c3353c05c7c437b
✨ Raise a more clear error when a type is not valid (#425)

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