Changes between Initial Version and Version 1 of Ticket #12268, comment 7


Ignore:
Timestamp:
Nov 21, 2011, 3:54:36 PM (12 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12268, comment 7

    initial v1  
    1 Attached patch should fix this in a way that %s needs a param, %%s, %%%s does need and so on. The patch is based on regular expressions. According to my performance tests it is slightly faster than the original patch, but slightly slower than current implementation.
     1Attached patch should fix this in a way that %s needs a param, %%s does not, %%%s does need and so on. The patch is based on regular expressions. According to my performance tests it is slightly faster than the original patch, but slightly slower than current implementation.
    22
    33Tests attached. Does this really need documentation? Isn't it expected behavior that %%s is escaped?
Back to Top