|
|||||||||||||||
Current Texts Comic Imprint Calendar Search PHP-Classes Container-Wizard main.s21 |
|||||||||||||||
Categories
{{login}}
|
Bad Attitude II
On the same day I had encountered Bad Attitude, I encountered even again, and this time, it's even worse. Not so much in what they actually do, but the situation and their "prey". I made an update query for a database which was a little bit more complicated (not much) to correct some entries. As I was not quite sure whether it would really work out as expected, I put in a "LIMIT 1" to have a test with only one entry. PostreSQL didn't take that, so I did a quick lookup whether PostgreSQL did even support LIMIT in UPDATE queries. It does not, as I found out in a discussion on their mailing list: http://archives.postgresql.org//pgsql-patches/2002-09/msg00255.php. Now this is even worse, as the guy even submitted a patch. It is completely OK that they didn't accept it, because they're somewhat right that this is MySQL only behaviour which is not conforming to standards (but PostgreSQL got a lot of features which don't conform either). Bug reports are the next. I once reported a bug to Apache, which was about contradicting manual information about the build process on OS X. Actually, I have to say that I got a good answer because they told me that I was basically right, but could not expect it to be fixed anymore, because it was Apache 1.3.ancient. No problem. As said in the predecessor, open communication is vital to Open Source. Well, it should be vital if one buys often made statements about Open Source, especially it's benefits and it's alleged superiority. CommentsPlease note: comments posted won't be visible immediately, as they will be checked for harmful content. |