Re: Status of Callbacks

2005-11-03 Thread David Wheeler
On Nov 3, 2005, at 2:13 PM, Tim Bunce wrote: Because the aggregates don't persist, I need to create them for every database handle. Since I run persistent apps (with mod_perl), it's best for me to do it the first time I connect to the database. Since I use connect_cached(), It's hard to know whe

Re: Status of Callbacks

2005-11-03 Thread Tim Bunce
On Wed, Nov 02, 2005 at 03:34:14PM -0800, David Wheeler wrote: > On Nov 2, 2005, at 2:59 PM, Tim Bunce wrote: > > >I've an assortments of changes to checkin prior to the next release, > >but docs for Callbacks isn't part of them. Patches most welcome. > > Okay. > > >I've been rather busy for a

Re: Status of Callbacks

2005-11-02 Thread David Wheeler
On Nov 2, 2005, at 2:59 PM, Tim Bunce wrote: I've an assortments of changes to checkin prior to the next release, but docs for Callbacks isn't part of them. Patches most welcome. Okay. I've been rather busy for a while[1] and that won't get much better in the short term. Help would be appre

Re: Status of Callbacks

2005-11-02 Thread Tim Bunce
On Tue, Nov 01, 2005 at 05:55:31PM -0800, Dean Arnold wrote: > David Wheeler wrote: > >On Nov 1, 2005, at 12:11 PM, David Wheeler wrote: > > > >>So, what's the status on Callbacks? Are they ready to go into a release? Yes. See http://svn.perl.org/modules/dbi/trunk/t/70callbacks.t > >Ah, I see fr

Re: Status of Callbacks

2005-11-02 Thread David Nicol
On 11/1/05, Dean Arnold <[EMAIL PROTECTED]> wrote: > Er, care to refresh our collective memories w/ the executive > overview of what "callbacks" is ? It may amuse: I was once doing telecommuting mod_perl development and was tasked with "get the callbacks working" -- they were talking about their

Re: Status of Callbacks

2005-11-01 Thread David Wheeler
On Nov 1, 2005, at 5:55 PM, Dean Arnold wrote: Any chance these would work in Pg's PL/perl, extproc_perl, or the (whatever MySQL does) ? No, the callbacks are just Perl code refs that get called before a method gets executed. See t/70callbacks.t in SVN. Best, David

Re: Status of Callbacks

2005-11-01 Thread Dean Arnold
David Wheeler wrote: On Nov 1, 2005, at 12:11 PM, David Wheeler wrote: So, what's the status on Callbacks? Are they ready to go into a release? Ah, I see from this post: http://www.mail-archive.com/dbi-dev@perl.org/msg03793.html That Steven Schubiger was going to pen some docs for Callb

Re: Status of Callbacks

2005-11-01 Thread David Wheeler
On Nov 1, 2005, at 12:11 PM, David Wheeler wrote: So, what's the status on Callbacks? Are they ready to go into a release? Ah, I see from this post: http://www.mail-archive.com/dbi-dev@perl.org/msg03793.html That Steven Schubiger was going to pen some docs for Callbacks. Since that didn

Re: Status of Callbacks

2005-11-01 Thread David Wheeler
On Nov 1, 2005, at 12:19 PM, Dean Arnold wrote: Er, care to refresh our collective memories w/ the executive overview of what "callbacks" is ? My DBI inbox doesn't surface anything, and Google ain't much help either...I see a blurb in the CPAN roadmap doc, but thats it. See the thread starting

Re: Status of Callbacks

2005-11-01 Thread Dean Arnold
David Wheeler wrote: Hi All, I just noticed that, while the Callbacks attribute has been implemented in SVN, it still hasn't made it into a release. I could have sworn that it was a long time ago that I worked on them. And didn't I write some docs for them? So, what's the status on Callb