]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix setting nullable property of Fields that don't accept `None` (#79)
authorEvangelos Anagnostopoulos <anagnostopoulos@workable.com>
Sat, 27 Aug 2022 22:18:57 +0000 (01:18 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 22:18:57 +0000 (00:18 +0200)
commit9830ee0d8991ffc068ffb72ccead2427c84e58ee
tree8de8ac30b6a068108df7b21fe6ebe060aba03d25
parent2407ecd2bf93968bed17c54ee5954959b90cf02f
🐛 Fix setting nullable property of Fields that don't accept `None` (#79)

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