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
Hi.
Due to technical requirements of the DB master, I am obliged to use an isolation that is probably very common in db2, I need to add "with ur;" at the end of each query, this avoids blocking the database.
Is there a way to configure this from the connection data? for now I'm solving it by doing the queries instead of using eloquent
thank you.
The text was updated successfully, but these errors were encountered:
Hi.
Due to technical requirements of the DB master, I am obliged to use an isolation that is probably very common in db2, I need to add "with ur;" at the end of each query, this avoids blocking the database.
Is there a way to configure this from the connection data? for now I'm solving it by doing the queries instead of using eloquent
thank you.
The text was updated successfully, but these errors were encountered: