in reply to Re: Can DBI modify queries on the fly?
in thread Can DBI modify queries on the fly?
Wow, I wish that were more documented. I haven't tried it yet, but I suspect that will work great. My main concern comes from this line of the tests:
is ref $attr, 'HASH', 'param modified by callback - not recommended!';
Modifying params by callback is exactly what I want to do. So why is it not recommended? I'm guessing this means that the solution I eventually come up with will stop working at some point in the future, but I guess I'll curse that bridge when I come to it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Can DBI modify queries on the fly?
by ikegami (Patriarch) on Feb 18, 2009 at 02:19 UTC | |
by kyle (Abbot) on Feb 18, 2009 at 17:01 UTC | |
by ikegami (Patriarch) on Feb 18, 2009 at 17:08 UTC | |
by kyle (Abbot) on Feb 18, 2009 at 18:11 UTC | |
by ikegami (Patriarch) on Feb 18, 2009 at 18:36 UTC | |
| |
by ikegami (Patriarch) on Feb 18, 2009 at 18:58 UTC | |
|