this post was submitted on 27 Dec 2023
376 points (96.1% liked)

Programmer Humor

19187 readers
1113 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 70 points 8 months ago (1 children)

Honestly not the worst thing I’ve seen.

[–] [email protected] 11 points 8 months ago (2 children)

I'd like you to think for a moment about CTEs, the HAVING clause, window functions and every other funky and useful thing you can do in SQL ... Now just think, do you think that this syntax supports all those correctly?

[–] [email protected] 24 points 8 months ago

sql syntax doesn't support even itself correctly i fail to see your point

[–] [email protected] 14 points 8 months ago

Probably no better or worse than any other ORM written in a more traditional language. Worst comes to worst, you can always escape to plain SQL.