[Gravity] remove escaping of wildcards in MySQLConnection::escape_string

Review Request #97 — Created May 31, 2013 and submitted — Latest diff uploaded

olivier
Lunr
olivier:MySQL_escape
lunr
This review removes the escaping of "%" and "_" in MySQLConnection:escape_string method,
causing more issues than solving things and forcing to make use of workaround in client programs.
Unit tests
Loading...