tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.58k stars 378 forks source link

fix: check attr exists before setattr to aviod KeyError #1416 #1571

Open smartydroid opened 6 months ago

smartydroid commented 6 months ago

Description

Motivation and Context

How Has This Been Tested?

Checklist:

abondar commented 5 months ago

Did you manage to understand root cause of issue? This way it seems it will just hide the problem, not fix it