octicon-rss(16/)
You've already forked sqlmodel
mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-11-10 23:50:39 +08:00
✏ Fix typos in docs/tutorial/fastapi/update.md (#162)
Co-authored-by: pwildenhain <35195136+pwildenhain@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
8bee55e23b
commit
aa5803fbbb
octicon-diff(16/tw-mr-1) 1 changed files with 1 additions and 1 deletions
@@ -222,7 +222,7 @@ So, we would use that value and upate the `age` to `None` in the database, **jus
|
|||||||
|
|
||||||
Notice that `age` here is `None`, and **we still detected it**.
|
Notice that `age` here is `None`, and **we still detected it**.
|
||||||
|
|
||||||
Also that `name` was not even sent, and we don't *accidentaly* set it to `None` or something, we just didn't touch it, because the client didn't sent it, so we are **pefectly fine**, even in these corner cases. ✨
|
Also that `name` was not even sent, and we don't *accidentally* set it to `None` or something, we just didn't touch it, because the client didn't send it, so we are **perfectly fine**, even in these corner cases. ✨
|
||||||
|
|
||||||
These are some of the advantages of Pydantic, that we can use with SQLModel. 🎉
|
These are some of the advantages of Pydantic, that we can use with SQLModel. 🎉
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user