mox@lemmy.sdf.org to Programming@programming.dev · 1 month agoCollection of insane and fun facts about SQLiteavi.imexternal-linkmessage-square31fedilinkarrow-up1128arrow-down11
arrow-up1127arrow-down1external-linkCollection of insane and fun facts about SQLiteavi.immox@lemmy.sdf.org to Programming@programming.dev · 1 month agomessage-square31fedilink
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up4·1 month agoTheir commitment to backwards compatibility, to the point of keeping a known bug that allows primary keys to be null, is both amazing and “wtf”.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up3·1 month agoYou can do backwards compatibility and make breaking changes to fix bugs. All you need is an opt-in “target version”. CMake and Android are good examples of this.
Their commitment to backwards compatibility, to the point of keeping a known bug that allows primary keys to be null, is both amazing and “wtf”.
You can do backwards compatibility and make breaking changes to fix bugs. All you need is an opt-in “target version”. CMake and Android are good examples of this.