MM
2018-07-14 16:22:07 UTC
Does any of this make sense?
Perhaps you are loading the same object recursively. Try to create asession before the transaction.
Indeed a session was always there.
In release mode, it works, but in debug mode:
This assertion in odb/sqlite/simple-object-result.txx : 61 is triggered:
assert (!statements_.locked ());
Does this indicate some unexpected recursion somewhere?