in reply to Re: Can DBI modify queries on the fly?
in thread Can DBI modify queries on the fly?
I want to modify the queries of a running application so that what's passed to the database includes a comment that tells where in the Perl code the request originated. SQL::Library (or Data::Phrasebook) is a nice idea, but it solves a completely different problem.
Likewise, I don't want to step through my code in the debugger and modify queries by hand. Rather, this is a tedious task that I think the computer should do for me. More to the point, I can't sit at the debugger in production.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Can DBI modify queries on the fly?
by doom (Deacon) on Feb 18, 2009 at 04:45 UTC | |
Re^3: Can DBI modify queries on the fly?
by jfroebe (Parson) on Feb 18, 2009 at 02:59 UTC | |
by kyle (Abbot) on Feb 18, 2009 at 03:08 UTC | |
by jfroebe (Parson) on Feb 18, 2009 at 03:52 UTC |