from sqlalchemy.orm import joinedloadsession.expire_all() query = session.query(Student) \ .options( joinedload(Student.enrollments)
確定! 回上一頁