in reply to Re^2: Can I tell if DBI's quote() was used?
in thread Can I tell if DBI's quote() was used?
I wonder if it could detect when it was about to be double quoted. This seems useful enough that I wonder if it already exists.
If you override overload stringification, you could log any call to "". I expect that would be more or less enough information. Keep in mind that you actually want to detect the strings that haven't been quote()ed, though :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can I tell if DBI's quote() was used?
by kyle (Abbot) on Apr 06, 2008 at 20:10 UTC |