View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008571 | mantisbt | db mysql | public | 2007-11-12 10:15 | 2014-01-26 10:51 |
Reporter | jreese | Assigned To | grangeway | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 1.2.0rc1 | Fixed in Version | 1.2.0rc1 | ||
Summary | 0008571: Using db_param() inside db_helper_like() causes SQL error | ||||
Description | With bound queries, using db_param() inside a call to db_helper_like() will result in a bad query to the database, and will break the world. As it currently is, raw parameters must still be used in db_helper_like(), and that goes against the point of bound queries. | ||||
Steps To Reproduce | <code> results in this error (note that 'dht' was the value of $c_name in this example): <code> | ||||
Tags | No tags attached. | ||||