Callbacks

2005-02-04 Thread Tim Bunce
On Thu, Feb 03, 2005 at 03:49:11PM -0800, David Wheeler wrote: On Feb 3, 2005, at 3:30 PM, Tim Bunce wrote: Should be pretty straight-forward. Are there other events for which you'd like to add callbacks? OnPrepare, perhaps? OnExecute? OnFetch? Yes, but let's just start with the connect

Re: Callbacks

2005-02-04 Thread David Wheeler
On Feb 4, 2005, at 2:08 AM, Tim Bunce wrote: One way I'd had in the back of my mind way to use the DBI dispatcher to fire the callbacks. $h-{Callbacks}-{$method_name} = \foo; # called on entry $h-{Callbacks}-{$method_name} = [ \foo, \bar ]; # foo on entry, bar on exit