this post was submitted on 14 Sep 2024
849 points (98.8% liked)
Programmer Humor
32443 readers
1375 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rewrite it in rust. Now get a lifetime of problems
just started out rust and made a massive thing with sqlx only to find out the latest versions don't have mssql support anymore and the last version that did doesn't support decoding DateTime<Utc> ๐ญ๐ญ๐ญ
had to rewrite the whole thing again with Tiberius, painful yet educational
@bappity @RustyNova I was stuck on the same thing, there's no way to make it compatible? How do you handle dates?
I switched to using tiberius
bit different but not too hard don't have my code on hand atm but this is how I started with it
then I did something along the lines of