Remove use of strencode() in buildLike()
authorKevin Israel <pleasestand@live.com>
Tue, 10 Jun 2014 19:51:33 +0000 (15:51 -0400)
committerKevin Israel <pleasestand@live.com>
Tue, 10 Jun 2014 19:51:33 +0000 (15:51 -0400)
commitf2f49c0f2182f8fdc1ed60d6cb963c80d0dd840a
tree3cd1aba91d3052ef9e7dda747bd9a02653692d22
parentecc71fc9e4bac94a879c0734d90ba0b94211d5d3
Remove use of strencode() in buildLike()

This may cause unnecessary backslashes (in the case of a literal
% or _) to end up in the query when the DBMS uses C-style string
escaping; however, the query should still work.

Change-Id: I82681f83dd45fcbecf4bfd672f550cd4dba30949
includes/db/Database.php