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
This was implemented in #519 and #538 but one very important omission I see is that the API doesn't allow specifying an isolation level. While the Postgres default isolation level is really safe, serializable isolation level can be preferred for some applications.
Serializable isolation can require some extra ability to allow retries since serializable errors are not fatal and retries can normally proceed just fine.
Does it make sense to add support for transactions in similar manner to this
The text was updated successfully, but these errors were encountered: