Case Sensitivity and Query of Queries
I posted the other day about a fun bug with ColdFusion's query of a queries randomly deciding that a value was “like” NULL. Well, I also discovered that when you use LIKE in Query of a Query, the text comparison is case sensitive. This follows what some RDBMS, like PostgreSQL, […]