On Tue, Aug 10, 2004 at 05:42:05PM +0200, H.Merijn Brand wrote: > On Tue 10 Aug 2004 00:52, Tim Bunce <[EMAIL PROTECTED]> wrote: > > Comments welcome. > > > > > > =head1 DBI ROAD-MAP > > > > 9th August 2004 > > > > This document aims to provide a high level overview of the future direction of the > > DBI. > > > > It outlines the broad categories of changes, along with some rational, > > but does not go into implementation details and ignores many more > > minor planned enhancements. More details can be found in: > > > > http://svn.perl.org/modules/dbi/trunk/ToDo > > > > (username guest, password guest) > > Unsure if this is the right spot, but in writing the DBD I found the > unidirection from handle to handle quite restrictive. > > Statement handles know what database handle they belong to, but database > handles don't know what statement handles are opened on them. > > Will this be somehow addressed in DBI-2?
It's in the roadmap (weak refs). Tim.