On Mon, Jan 12, 2004 at 04:59:38PM +0100, H.Merijn Brand wrote: > > > B. What changes you'd like to see in the DBD API > > (that's the DBI<->DBD interface). > > · All dbh handel offspring (statement handles and such) > available from the top level handle, for both status > and cleanup purposes
Yeap. A weakref cache is on the list. > · Generic (DBI level) possibility to enable DBD debugging > I enabled $dbh->{DBDverbose}, to be the DBD counterpart > of DBI::trace (), and later renamed that - on Tim's > request - to $dbh->{uni_verbose}, but IMHO the usefulness > warrants a high level attribute A reorg of how TraceLevel works is on the list. You may remember me posting about that some months ago. Having an 8bit (max) trace level and then 16bits for specific topics and 8bits spare for driver topics. Tim.