lukas g Posted September 13, 2018 Report Posted September 13, 2018 Hello, recently I am running into the problem that I am getting a Symbol object instead of the object i actually wanted on from my session. Mostly it happens when i am using functions from a Project object like project.project_schema. It returns NOT_SET. I tried to clear the session cache before. And I also tried to populate it manually using session.populate(project, "project_schema") but it did not help. How can I enforce a new query to my session and get a proper return value. Thank you in advance, Lukas
Mattias Lagergren Posted September 17, 2018 Report Posted September 17, 2018 Hi Lukas, Are you able to reproduce this in a consistent way? It is not supposed to happen so trying to find a way to reproduce this would be a great help to track down this issue. Also, are you using the session in a multi threaded environment?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.