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
EnlistTransaction(null) should throw InvalidOperationException if the current transaction is still active, but should unenlist the connection from the transaction if the transaction has completed.
The text was updated successfully, but these errors were encountered:
From npgsql/npgsql#1580
EnlistTransaction(null)
should throwInvalidOperationException
if the current transaction is still active, but should unenlist the connection from the transaction if the transaction has completed.The text was updated successfully, but these errors were encountered: