Closed matthewjumpsoffbuildings closed 11 months ago
Looking at the docs on implicit vs explicit transactions I see this
// implicit transaction (Read-write transaction) $conn->insert('INSERT ...');
Will this kind of implicit single-use transaction be a blind write?
Yes.
Looking at the docs on implicit vs explicit transactions I see this
Will this kind of implicit single-use transaction be a blind write?