colopl / laravel-spanner

Laravel database driver for Google Cloud Spanner
Apache License 2.0
97 stars 16 forks source link

Blind writes and implicit transactions #153

Closed matthewjumpsoffbuildings closed 11 months ago

matthewjumpsoffbuildings commented 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?

taka-oyama commented 11 months ago

Yes.