On Thu, Aug 30, 2001 at 11:30:23AM -0400, Alex Pilosov wrote:
> On Thu, 30 Aug 2001, Tim Bunce wrote:
> 
> > It's my intention to allow the DBI's private install_method() method
> > to be used to install driver-specific methods - so long as the name
> > of the method begins with the drivers own prefix (ie ora_ for DBD::Oracle).
>
> Ah, that's a nice solution. Is it already done or its in future? :)

It's mostly there. The install_method() method works (the DBI uses it itself to
install it's own interface :) but it needs documenting. Plus a hash that
maps driver names to registered prefixes (Oracle=>ora_) is needed.

Tim.

Reply via email to