]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✨ Add support for Decimal fields from Pydantic and SQLAlchemy (#103)
authorrobcxyz <6512972+robcxyz@users.noreply.github.com>
Mon, 13 Dec 2021 11:30:20 +0000 (04:30 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 11:30:20 +0000 (12:30 +0100)
commit580f3720596be7451638824f649ea0e5341f58f0
tree30c2e579bcc33d2b6a26cc4fd608d52e0b8e19f9
parent1c276ef88f4854a6105746abf822f134f59d33fb
✨ Add support for Decimal fields from Pydantic and SQLAlchemy (#103)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/advanced/decimal.md [new file with mode: 0644]
docs/advanced/index.md
docs_src/advanced/__init__.py [new file with mode: 0644]
docs_src/advanced/decimal/__init__.py [new file with mode: 0644]
docs_src/advanced/decimal/tutorial001.py [new file with mode: 0644]
mkdocs.yml
sqlmodel/main.py
tests/test_advanced/__init__.py [new file with mode: 0644]
tests/test_advanced/test_decimal/__init__.py [new file with mode: 0644]
tests/test_advanced/test_decimal/test_tutorial001.py [new file with mode: 0644]