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
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
we currently ran into the situation where we need to set the transaction isolation level for mysql.
We implemented it and thought maybe it makes sense to bring that into laravel core, as laravel currently lacks that possibility, whereas Doctrine provides that possibility.
Hi,
we currently ran into the situation where we need to set the transaction isolation level for mysql.
We implemented it and thought maybe it makes sense to bring that into laravel core, as laravel currently lacks that possibility, whereas Doctrine provides that possibility.
We currently configure it in database.php
I could prepare a pull request if it makes sense.
Best
The text was updated successfully, but these errors were encountered: