irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 2 months ago: (lemmy.dbzer0.comimagemessage-square27linkfedilinkarrow-up1287
arrow-up1287image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 2 months agomessage-square27linkfedilink
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up46·2 months agoI think you got the wrong caption. It’s the world if SQLite supported multiple concurent writes. Stupid transaction deadlocks…
minus-squareirelephant [he/him]@lemmy.dbzer0.comOPlinkfedilinkarrow-up10·2 months agoIn my case, I want to use sqlite locally, for development, but I don’t want to add a load of jank to handle booleans for sqlite.
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up14·2 months agoI use rust’s SQLx which map bools to numbers so it must be a problem with your connector maybe
minus-squareirelephant [he/him]@lemmy.dbzer0.comOPlinkfedilinkarrow-up4·2 months agoYeah I should probably open an issue.
minus-squareWhyJiffie@sh.itjust.workscakelinkfedilinkEnglisharrow-up1·2 months agousername checks out so it must be a problem with your connector maybe or with their programming language
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up2·2 months agoI actually started using rust well after picking this username :P
minus-squareqevlarr@lemmy.worldlinkfedilinkarrow-up2·2 months agoThis is sqlite’s intended use case. To replace configure files and local data
I think you got the wrong caption. It’s the world if SQLite supported multiple concurent writes.
Stupid transaction deadlocks…
In my case, I want to use sqlite locally, for development, but I don’t want to add a load of jank to handle booleans for sqlite.
I use rust’s SQLx which map bools to numbers so it must be a problem with your connector maybe
Yeah I should probably open an issue.
username checks out
or with their programming language
I actually started using rust well after picking this username :P
This is sqlite’s intended use case. To replace configure files and local data