alphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 11 months agoYoda might be running on multi-threadingsh.itjust.worksexternal-linkmessage-square23linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkYoda might be running on multi-threadingsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 11 months agomessage-square23linkfedilink
minus-squareCián :molotov:@hispagatos.spacelinkfedilinkarrow-up0·11 months ago@bappity @RustyNova I was stuck on the same thing, there’s no way to make it compatible? How do you handle dates?
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up0·edit-211 months agoNo idea for Tiberius, but for SQLite I’m stuck with converting to timestamp and back. Ugly but works P.S. add a getter to your data struct and you can be “seamless”
@bappity @RustyNova I was stuck on the same thing, there’s no way to make it compatible? How do you handle dates?
No idea for Tiberius, but for SQLite I’m stuck with converting to timestamp and back. Ugly but works
P.S. add a getter to your data struct and you can be “seamless”