http://www.perlmonks.org?node_id=744848


in reply to Re^7: Can DBI modify queries on the fly?
in thread Can DBI modify queries on the fly?

Using a different DBD is what I recommended, and I still do.

Why do that over this (easier) callback method? It acts a lot like a wrapper, but I don't have to cough up a separate package.

  • Comment on Re^8: Can DBI modify queries on the fly?

Replies are listed 'Best First'.
Re^9: Can DBI modify queries on the fly?
by ikegami (Patriarch) on Feb 18, 2009 at 19:20 UTC
    It's an undocumented feature that's akin to using Hook::LexWrap to change the behaviour of a class. It makes no sense to me.