Changes between Initial Version and Version 1 of Ticket #12268, comment 7
- Timestamp:
- Nov 21, 2011, 3:54:36 PM (13 years ago)
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.1 Attached 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. 2 2 3 3 Tests attached. Does this really need documentation? Isn't it expected behavior that %%s is escaped?