Re: DBI::DBD: attribute handling (outer/inner handles, $h-STORE vs. $h-{})

2004-12-17 Thread Steffen Goeldner
Tim Bunce wrote: Actually it's only the first letter that matters (so foo_Bar is okay, if you like that kind of thing :) I've changed the text to read: : Note the prefix Idrv_ in the attribute names: it is required that : all your private attributes use a lowercase prefix unique to your driver. :

Re: DBI::DBD: attribute handling (outer/inner handles, $h-STORE vs. $h-{})

2004-12-17 Thread Steffen Goeldner
Tim Bunce wrote: I've added this: [...] Comments, or patches against subversion, most welcome. Fixed this daVinci bug: - my ($drh, $dbname, $user, $auth, $attr) = @_; + my ($drh, $dr_dsn, $user, $auth, $attr) = @_; as well as a few typos and the like. Steffen Index: lib/DBI/DBD.pm

Re: DBD::ExampleP: attribute handling (outer/inner handles, $h-STORE vs. $h-{})

2004-12-17 Thread Tim Bunce
Thanks, applied. Tim. On Fri, Dec 17, 2004 at 11:33:24AM +0100, Steffen Goeldner wrote: Changed DBD::ExampleP to reflect the recent changes to DBI::DBD. Steffen Index: lib/DBD/ExampleP.pm === --- lib/DBD/ExampleP.pm

Re: DBI::DBD: Other statement methods

2004-12-17 Thread Tim Bunce
On Fri, Dec 17, 2004 at 02:15:57PM +0100, Steffen Goeldner wrote: P.S.: This was my last patch this year. Thanks, applied. I wish all a Merry Christmas and a Happy New Year! Thanks Steffen. And many thanks for all your well-considered and well-presented patches. Tim.

Re: DBI::DBD: attribute handling (outer/inner handles, $h-STORE vs. $h-{})

2004-12-17 Thread Tim Bunce
On Thu, Dec 16, 2004 at 10:58:35AM +0100, Steffen Goeldner wrote: However, it's placed below the connect() method: http://search.cpan.org/~timb/DBI-1.46/lib/DBI/DBD.pm#The_database_handle_constructor where we have an outer handle by way of an exception! Instead of changing the nice