mox@lemmy.sdf.org to Programming@programming.dev · 8 days agoCollection of insane and fun facts about SQLiteavi.imexternal-linkmessage-square38fedilinkarrow-up1146arrow-down11
arrow-up1145arrow-down1external-linkCollection of insane and fun facts about SQLiteavi.immox@lemmy.sdf.org to Programming@programming.dev · 8 days agomessage-square38fedilink
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up10·8 days 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-up6·8 days 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.