On Thu, 27 Dec 2001, Tim Bunce wrote:

> Or maybe this would work:
>
>       $dbh = DBI->connect("dbi:Oracle:...", "","", { RootClassThingy => "MySubclass" 
>});
>
> Giving a class hierarchy like:
>
>       DBI::db
>        `-- MySubclass::db
>          `-- MySubclass::Oracle::db

But to what purpose? If we fixed AnyDBD so that it could accept a $dbh,
then built-in DBI magic wouldn't be needed. However I thought the aim was
not to ship/include AnyDBD, but to use it's detection routines so SQL
rewriting worked?

> This reminds me... I was wondering if they'd be any value in having
> the same kind of per-database class hierarchy for statement handles.
> I can't see much need off-hand but you never know... we should at
> least not preculde it.

Not sure.

-- 
<!-- Matt -->
<:->Get a smart net</:->

Reply via email to