tatterdemalion@programming.dev to Programmer Humor@programming.dev · 2 months agoSQLiteprogramming.devimagemessage-square19fedilinkarrow-up1163
arrow-up1163imageSQLiteprogramming.devtatterdemalion@programming.dev to Programmer Humor@programming.dev · 2 months agomessage-square19fedilink
minus-squaremsage@programming.devlinkfedilinkarrow-up3·2 months agoI mean if you select without FOR UPDATE, you’re asking for trouble.
minus-squaretatterdemalion@programming.devOPlinkfedilinkarrow-up4·2 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.