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

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

(this is not an endorsement of donald trump)

  • @[email protected]
    link
    fedilink
    46 days ago

    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
      link
      English
      15 days ago

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