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
Given that pg-mem does not support concurrent transactions, supporting select for update has no meaning. (if two transactions run il parallel, the last one to commit will fail).
pg-mem does not intend to reimplement a full-blown pg instance, only what's sufficient to write tests.
So it could make sense to implement select for update, but only to ignore it and implement it as a regular select
Is there any plan to support different isolation levels? If not this is probably easy to add :)
The text was updated successfully, but these errors were encountered: