]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✨ Raise an exception when using a Pydantic field type with no matching SQLAlchemy...
authorJakob Jul Elben <elbenjakobjul@gmail.com>
Sat, 27 Aug 2022 20:13:32 +0000 (22:13 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 20:13:32 +0000 (20:13 +0000)
commitdc4dc42ec5732e0467ae6f8df449998462ef242e
treede0e83a36fa777859c03ffa9c6e14e04d10f0ead
parentdb29f532951e5c48240f498a35de1c12430b0746
✨ Raise an exception when using a Pydantic field type with no matching SQLAlchemy type (#18)

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