this post was submitted on 29 Dec 2024
-15 points (38.1% liked)

Programmer Humor

25139 readers
982 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 2 years ago
MODERATORS
 

'; UPDATE countries SET great = true WHERE name = 'America'; --

More based: '; UPDATE countries SET great = true; --

(this is not an endorsement of donald trump)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] xmunk@sh.itjust.works 4 points 6 months ago (1 children)

All string comparisons are case insensitive by default? Is that an Oracle thing?

Postgres absolutely supports case based string diffentiation in data (by default all DB identifiers are case insensitive though which I absolutely appreciate).

[โ€“] nogooduser@lemmy.world 2 points 6 months ago

Microsoft SQL Server is most commonly set up as case insensitive in my (limited) experience (it does support case sensitivity too).