You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by domkun October 6, 2023
Hi there,
I had a problem with concurrent transactions, so I wanted to log the isolation level of the current connection using RepositoryConnection#getIsolationLevel method. However it always returns null. The underlying sailConnection property of the SailRepositoryConnection shows the set isolation level. Is this intended?
I am a bit confused about this. Here is a short reproducer:
Discussed in #4798
Originally posted by domkun October 6, 2023
Hi there,
I had a problem with concurrent transactions, so I wanted to log the isolation level of the current connection using
RepositoryConnection#getIsolationLevel
method. However it always returnsnull
. The underlyingsailConnection
property of theSailRepositoryConnection
shows the set isolation level. Is this intended?I am a bit confused about this. Here is a short reproducer:
Edit: Screenshot of the debugger window attached
The text was updated successfully, but these errors were encountered: