[Gravity] remove escaping of wildcards in MySQLConnection::escape_string
Review Request #97 — Created May 31, 2013 and submitted
Information | |
---|---|
olivier | |
Lunr | |
olivier:MySQL_escape | |
Reviewers | |
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