tatterdemalion@programming.dev to Programmer Humor@programming.dev · 6 months agoSQLiteprogramming.devimagemessage-square13linkfedilinkarrow-up1107
arrow-up1107imageSQLiteprogramming.devtatterdemalion@programming.dev to Programmer Humor@programming.dev · 6 months agomessage-square13linkfedilink
minus-squaremsage@programming.devlinkfedilinkarrow-up2·6 months agoI mean if you select without FOR UPDATE, you’re asking for trouble.
minus-squaretatterdemalion@programming.devOPlinkfedilinkarrow-up4·6 months agoSqlite does not have a SELECT ... FOR UPDATE feature. The alternative is BEGIN IMMEDIATE.
I mean if you select without FOR UPDATE, you’re asking for trouble.
Sqlite does not have a
SELECT ... FOR UPDATEfeature. The alternative isBEGIN IMMEDIATE.