Which is not the default one.
> There is no isolation, your transaction will fail and be rolled back.
How so? Isn't it more likely you'll silently corrupt your data?
Even if it does fail noisily, this is a condition you're unlikely to hit in testing, so you'll probably be dealing with it in production.
Which is not the default one.
> There is no isolation, your transaction will fail and be rolled back.
How so? Isn't it more likely you'll silently corrupt your data?
Even if it does fail noisily, this is a condition you're unlikely to hit in testing, so you'll probably be dealing with it in production.