Re: notes from OSCON BoFs?

2004-08-02 Thread Jeff Zucker
Darren Duncan wrote:
To whomever was at OSCON and attended the DBI Driver Developers BoF, I 
would appreciate it if some notes or a summary of goings-on at that 
event could be posted to this list.  This would help people such as 
myself who weren't there can know what happened.  If there isn't much to 
say, then even a few sentences is better than nothing.  Thanks a lot. -- 
Darren Duncan


a. http://svn.perl.org/modules/dbi/trunk/ToDo
b. DBI v2.0 will not introduce new user features, it will pave the way 
for v2.x to introduce them and introduce (a fairly limited number of) 
changes for DBD developers.  See (a) for details.

--
Jeff


Re: notes from OSCON BoFs?

2004-08-02 Thread Jeff Zucker
Jeff Zucker wrote:
b. DBI v2.0 will not introduce new user features

Though it will have some impact on existing apps, see the notes on 
AutoCommit and tables() and some deprecated older features.

--
Jeff


Re: notes from OSCON BoFs?

2004-08-02 Thread Tim Bunce
On Mon, Aug 02, 2004 at 12:32:47PM -0700, Henri Asseily wrote:
 I see that the new todo list says:
 
 Add $h-swap_internal_handle($other_h)
 
 I submitted a simple patch a few days ago for set_internal_handle().
 Why would we swap instead of set? swap suggests that h becomes 
 other_h and vice versa.

swap_internal_handle idea predates set_internal_handle.

 Is that the preferred operation? Was there some 
 discussion about that at the BoF?

No.

 I'm in dire need of that functionality for my DBIx::HA module, and I'm 
 trying to make sure that I don't have to rewrite my code when there's 
 an official release with a function that does that.

It'll be set_internal_handle() and they'll probably be a get_internal_handle()
(though tied(%$h) does that already :-)

Tim.


Re: notes from OSCON BoFs?

2004-08-02 Thread Tim Bunce
On Mon, Aug 02, 2004 at 11:39:14AM -0700, Jeff Zucker wrote:
 Darren Duncan wrote:
 To whomever was at OSCON and attended the DBI Driver Developers BoF, I 
 would appreciate it if some notes or a summary of goings-on at that 
 event could be posted to this list.  This would help people such as 
 myself who weren't there can know what happened.  If there isn't much to 
 say, then even a few sentences is better than nothing.  Thanks a lot. -- 
 Darren Duncan
 
 a. http://svn.perl.org/modules/dbi/trunk/ToDo

username/password: guest/guest.

 b. DBI v2.0 will not introduce new user features,

Never say never, or even will not :)

More like the primary focus of DBI v2.0 is to enhance the DBI-to-DBD
interface so that ...

 it will pave the way 
 for v2.x to introduce them and introduce (a fairly limited number of) 
 changes for DBD developers.  See (a) for details.

Tim.