134
submitted 3 months ago* (last edited 3 months ago) by MrOzwaldMan@lemmy.ml to c/programming@programming.dev

Title before edit: I hate programming, why did i choose this field

TL;DR: Stupid mistake, made by hours waste.

Basically, I was extracting date from the SQL db, and it was not displaying. I tried everything, heck I even went to chatgpt, and copilot. Two and half hours of trying every single thing under the sun, you know what was the issue?

SELECT task, status, id FROM mainWorkSpace WHERE user_id = @user_id

I FUCKING FORGOT TO ADD 'date' TO THE DAMN QUERY. TWO AND HALF HOURS. I was like, "Ain't no way." as I scrolled up to the query and there it was, a slap in the face, and you know what was the fix?

SELECT task, status, date, id FROM mainWorkSpace WHERE user_id = @user_id

Moral of the story, don't become a programmer, become a professional cat herder instead.

you are viewing a single comment's thread
view the rest of the comments
[-] Redacted@lemmy.world 54 points 3 months ago

You didn't add the date field to your query and couldn't work out why it didn't return the missing field for over 2 hours?

Perhaps SQL isn't for you as things get waaaaay more finicky than that.

[-] ArbiterXero@lemmy.world 82 points 3 months ago

You’ve never made a silly mistake where you “can’t see the forest for the trees”?

It happens to the best of us

[-] Gutek8134@lemmy.world 5 points 3 months ago

One time I've been trying to force UE5 to let me edit TArray, an hour later I realized I could just use TMap

[-] Redacted@lemmy.world -4 points 3 months ago* (last edited 3 months ago)

Yes of course, but it's not the sort of thing I'd make a rant post criticising the entirety of programming about.

It's like going to a mathematics forum and declaring "Guyz I forgot to carry a 1, screw Maths."

[-] MrOzwaldMan@lemmy.ml 16 points 3 months ago

The title was an over exaggeration on my part

[-] ArbiterXero@lemmy.world 12 points 3 months ago

Because developers are all logical and don’t EVER show anger at the systems they’re working on…. Hahahaha..

I mean I personally wouldn’t post about it, but I’d probably rant over lunch at my stupidity…

[-] corsicanguppy@lemmy.ca 1 points 3 months ago

The best devs Ive worked with are all "barn cats". They yell, they challenge, they curse, they gesticulate, but they never offend.

(The f'n Workplace Sensitivity thing I just took outlawed so many behaviours that I know would exclude every superhero I know. What's happened to the industry?)

[-] SmartmanApps@programming.dev 5 points 3 months ago

It’s like going to a mathematics forum and declaring “Guyz I forgot to carry a 1, screw Maths.

You may think you're joking, but as a Maths teacher I can tell you I have seen a lot of posts where someone makes a mistake with their signs, then uses their wrong answer to declare "The rules of Maths are wrong! Look - different answer!". Yeah umm, try working on getting your arithmetic right first before claiming to have "proved" something. 😂

[-] Wooki@lemmy.world -2 points 3 months ago
[-] theredknight@lemmy.world 19 points 3 months ago

Seriously. If this broke him it gets so much worse.. but honestly op, this is how you learn what to do and what not to.

[-] MrOzwaldMan@lemmy.ml 10 points 3 months ago

I know that, my anger has manifested this post, and I shouldn't have criticized the entire field

[-] corsicanguppy@lemmy.ca 2 points 3 months ago

I think anyone who's been in the field for long enough knows you weren't really slamming all of it. Beaking off is totally okay.

[-] Redacted@lemmy.world 1 points 3 months ago

Fair play. SQL is pretty different from traditional programming and errors often aren't very descriptive.

You'll need to get very familiar with fields you have included or not in your queries when using more advanced stuff like group functions as including or excluding them can alter the number of rows returned.

[-] Ephera@lemmy.ml 10 points 3 months ago

You don't know the circumstances. They might have only seen the query results after several processing steps...

[-] Redacted@lemmy.world 3 points 3 months ago

You are correct I don't know the circumstances so all we can go on is what OP wrote...

[-] MrOzwaldMan@lemmy.ml 8 points 3 months ago

it's indeed a new language for me and I haven't developed that ability to know where the bug is happening but I am going to get there.

[-] justaderp@lemmy.world 5 points 3 months ago

Assuming you're coming from a linear programming and OOP background, then data (incl. SQL) kinda sucks because it's not always clear how to apply existing concepts. But, doing so is absolutely critical to success, perhaps more so than in most OOP environments. Your post isn't funny to me because I'd be laughing at you, not with you.

If a variable is fucked, the first questions you should answer are, "Where'd it come from?" and "What's its value along the way?". That looks a lot different in Python than SQL. But, the troubleshooting concept is the same.

If object definitions were replaced by table/query definitions in planning then you'd probably not have made the initial error. Again, it looks different. But, the concept is the same.

[-] MrOzwaldMan@lemmy.ml 3 points 3 months ago

Assuming you’re coming from a linear programming and OOP background, then data (incl. SQL) kinda sucks because it’s not always clear how to apply existing concepts. But, doing so is absolutely critical to success, perhaps more so than in most OOP environments. Your post isn’t funny to me because I’d be laughing at you, not with you.

That's correct, I have done a lot of OOP in Java and C#, and the internship I'm doing is with C# and ASP.Net.

If a variable is fucked, the first questions you should answer are, “Where’d it come from?” and “What’s its value along the way?”. That looks a lot different in Python than SQL. But, the troubleshooting concept is the same.

You see, I wasn't thinking clearly at the time, wasn't looking at the right place, and like the post says, I've finally looked at the right place and made me feel frustrated. The frustration was at myself not at programming.

[-] 4am@lemm.ee 1 points 3 months ago

Yeah don’t beat yourself up - when you are new to SQL it fucking let’s you know.

It’s easy to get distracted thinking about all the ways shit fits together., where you could have just gone wrong. And now, next time, you’ll know.

this post was submitted on 11 Jun 2024
134 points (82.5% liked)

Programming

16968 readers
252 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS