
bugzilla at apache
Apr 30, 2012, 10:36 PM
Post #1 of 2
(67 views)
Permalink
|
|
[Bug 51607] DBDPrepareSQL ( ap_dbd_prepare ) does not work correctly with SQL Statements which has % characters in functions like DATE_FORMAT.
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51607 Daniel Gruno <humbedooh [at] apache> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Daniel Gruno <humbedooh [at] apache> --- From what I can tell, this is simply a matter of internal mechanics using the % sign as an indicator of a variable (%s being most noteworthy). Have you tried using %% instead to denote a percentage sign? Please try so, and if successful, do reply back, so I can perhaps put a note about it in the docs, so we can avoid future bug reports like this. -- You are receiving this mail because: You are the assignee for the bug.
|