deleted by creator
deleted by creator
Why the fuck aren’t more people pressuring him with questions like this?
Because they’ll never get another interview with him, or most other Republican politicians. It’s a pathetic reason, but that’s all it takes.
I know that a car pollutes…
Fair point. I always disliked the design because ORMs pretty much always use quotes, so an entity-first approach can create a lot of tables with capital letters if you’re not careful, which is then really annoying if you need to use raw SQL for anything.
Postgres normalizes table and field names to lowercase, unless you put them in quotes. It’s also case sensitive.
That means if you use quotes and capital letters when creating the table, then it’s impossible to refer to that table without using quotes.
It also means if you rename the table later to be all lowercase, then all your existing code will break.
Still a much better database than MySQL though.
deleted by creator