-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction isolation level not supported #268
Comments
I just started setting up pg-mem for our project and ran into the same error. |
This was a dealbreaker for me so I moved off this project and I'm running Postgres directly in our unit tests in CI. |
Thank you for the quick reply! Sad to hear this as this repo looks quite convenient. |
It is quite convenient if your PG queries are quite basic I think. |
Having this same issue sadly, I was hoping to use a It looks like this library uses https://github.com/oguimbal/pgsql-ast-parser to parse SQL queries. There's an open issue for supporting |
Describe the bug
Running a simple transaction with isolation level breaks pg-mem.
To Reproduce
START TRANSACTION ISOLATION LEVEL SERIALIZABLE;
pg-mem version
"version": "2.6.3",
My PG library Zapatos uses isolation levels and it would be really useful to have this supported.
The text was updated successfully, but these errors were encountered: