Comment Iâ(TM)ve seen this movie (Score 1) 98
I saw this movie as a kid, but I had no idea it was based on a true story.
I saw this movie as a kid, but I had no idea it was based on a true story.
Actually, I don't know of anyone in the Postgres community that looks down on SQLite. And most people don't look down on Access either, at least as a front-end.
Even better than 0000-00-00 is 2010-02-35.
The Feb 30 issue gets *even better*. For years I used that as a prime example of what's wrong with MySQL, so I was a bit disappointed when I found out they'd fixed it.
Then I discovered that Feb 35th is *STILL* a valid date! The only thing they fixed was Feb 30th and 31st!
MySQL clearly just doesn't get it.
You should have simply replied with "First UID".
As opposed to your high UID?
That will sync the disks, but it won't stop the database from accepting incoming data. It won't stop cron jobs which might be just about to trigger. It won't deal with tasks that are in the middle of a big operation which involves a lot of writing to disk.
That's why you run an ACID database and not a toy database if you care about your data. If the database says "yes, it's committed" then the data damnwell better be committed (unless your hardware or OS is lying about when data hits non-volatile storage, in which case there's nothing the database can do).
Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?