The Anti-SQL Coalition
by Alex Papadimoulis
in CodeSOD
on 2011-11-21
"There is a small coalition of developers at the office who are vehemently anti-database," writes Bob, "naturally, this faction also doesn't value 'experience' -- mostly, because they have none. At least, not outside their university studies. They'll often liken a database server to a file system, and suggest that it's just a convenient way to store blobs of data -- but everything else is inelegant bloat."
"Of course, since this coalition doesn't have any actual decision making power, their strong opinions remain just that, and we stick with a standard tech of technology. Of course, their attitude often leaks into the code, as in this example of a simple search query that was used to search for an employee by name. The trick is we have employees with accented characters in our directory but, if a user search for the name without the accented char (e instead of é), it needs to return the result anyway."