Is there any way to set the transaction mode to BEGIN IMMEDIATE when using Sqlite3 driver? #52450
Unanswered
panda-madness
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know I can start transactions manually using
DB::statement('BEGIN IMMEDIATE')
et al., but then I lose out on all the niceties that Laravel provides when using the built in transaction system, like events and job dispatching after transaction commit.Beta Was this translation helpful? Give feedback.
All reactions