11
kiki
7d

I'm the type of girl that can write a 100-line SQL migration without autocomplete, AI and copying-and-pasting and make it run correctly on the first try.

Comments
  • 2
    This statement is almost a birthday present. I'll show you later why. Thanks 😁
  • 3
    That’s good for you and bad for SQL :)
  • 3
    Am I turned on right now?
  • 1
    Will you marry me?
  • 0
    And I'm the kind of man that makes his backend lackey do that.

    We are not the same. He does what I tell him to do.
  • 1
    @BobbyTables welcome back!
  • 1
    Wife material
  • 2
    Without autocomplete is the only way you write that shit because SQL is so hostile to both static analysis and typing aids that pretty much the only things you can get hints on are column names but only in SELECT and only from existing tables, and in EXEC if you're very careful with surrounding syntax to not fuck up the parser.
  • 1
    So far the best SQL autocomplete I've seen is Azure Data Studio's, and given the fantastic quality autocomplete the MS language team can make, I'll believe they tried their best, but it's even worse than Ruby's, which is the other language that decided to wage a war on common sense and static analysis for no fucking reason.
  • 0
Add Comment