Replies: 1 comment 1 reply
-
@ATDOR-GAT See this: https://martendb.io/documents/sessions.html#identity-map-mechanics |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our software we have a logic that opens a session, makes some changes to it and then runs additional queries that also need to consider the data that we have stored. In our LINQ-style queries the stored changes do not show up unless we have already committed the transaction. Unfortunately, we wanted to decide whether to commit based on the result of such queries.
Is there a way to make these changes "visible" for the query or do we have to redesign our transactions?
Reproduction:
https://gist.github.com/ATDOR-GAT/38733d83e1a49f1397572fd218ff16e1
Beta Was this translation helpful? Give feedback.
All reactions