我在尝试获取对象的属性时遇到错误:
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
我不明白这是怎么回事。