-
Type:
Improvement
-
Status: Open
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: 4.6.0
-
Fix Version/s: Future
-
Component/s: Database related
-
Labels:None
$db->escapeString() does not escape underscores (which are considered as wildcards in MySQL), but it should at least on demand.
Consider adding a flag parameter to this method.