Re: Overriding DBI-connect() for DBD::DB2

2004-08-06 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: Hence we wrote DBD::MSDB2, which basically sub-classes DBD::DB2: This is, IMO, the right approach. However, doing this is not as easy as you might think. I once wrote a guide, see the section SUBCLASSING DBI DRIVERS in perldoc DBI::DBD. Jochen

Re: DBI 2.0 interface change request

2004-08-06 Thread Matt Sergeant
On 3 Aug 2004, at 14:41, John Siracusa wrote: On Tue, 03 Aug 2004 09:35:25 +0200, Jochen Wiedmann That gains absolutely *no* functionality It's a heck of a lot easier to subclass... And easier to implement in C. Matt.

Re: DBI 2.0 interface change request

2004-08-06 Thread Jochen Wiedmann
Matt Sergeant wrote: And easier to implement in C. I never found any difficulties in the methods handling properties? Jochen