Comment Re:If it is platform independent (Score 1) 288
http://dev.mysql.com/doc/refman/5.5/en/c-api-multiple-queries.html
" As of MySQL 5.5.3, CLIENT_MULTI_RESULTS is enabled by default."
Anyway, there are a million reasons to sanitize input before doing ANYTHING with it, SQL injection is only one of them. Ppl blaming the DBs for these kinds of things probably had a server or 50 FUBARed and really want to be somewhere else right now.