How can I access the properties of an expired object without causing the properties to be reloaded from the database using SQLAlchemy?

后端 未结 0 1438
我寻月下人不归
我寻月下人不归 2020-12-11 17:36

I have a scenario, where I need to access the properties of an ORM object after a call to Session.commit().

I know that Session.commit() cau

相关标签:
回答
  • 消灭零回复
提交回复
热议问题