So the SQL drivers wrongly escape underscore in strings if you use the ? placeholder. But if you build the string yourself, the darn thing will error on a question mark since it wants to insert a place holder.
Is there any way to turn off the SQL ? placeholder thing and just build strings manually?
