]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✨ Add support for passing a custom SQLAlchemy type to `Field()` with `sa_type` (...
authorMaruo.S <raspi-maru2004@outlook.jp>
Sun, 29 Oct 2023 08:10:39 +0000 (17:10 +0900)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 08:10:39 +0000 (12:10 +0400)
commitcbaf172c63889985e94031fb38ff00e80b7c90bf
tree180e86d1b2e0ee769d7637d9b21103d233823309
parentc557cf6d18a4a173cd922e34831989f8caab1c3e
✨ Add support for passing a custom SQLAlchemy type to `Field()` with `sa_type` (#505)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
sqlmodel/main.py
tests/test_field_sa_column.py