SQLAlchemy:从会话

时间:2017-01-10 19:06:11

标签: python sqlalchemy

我在尝试获取对象的属性时遇到错误:

DetachedInstanceError: Parent instance <User at 0x16eda4d0> is not bound to a session; lazy load operation of attribute cannot proceed

奇怪的部分是我在查询本身之后立即得到分离的对象:

> inspect(database.g_db_session.query(models.User).get(1)).detached
True

我不明白这是怎么回事。

0 个答案:

没有答案