On Mon, Feb 04, 2002 at 09:45:08AM -0800, Jeff Zucker wrote: > > > > The drivers could certainly try looking up $info_type in whichever > > SQL::Statement they're using (giving it 'first refusal' to answer > > any requests). SQL::Statement would only define values that are > > appropriate to it. > > > > If the lookup in SQL::Statement doesn't return a defined value the > > lookup the $info_type in the drivers own hash. > > I'm not sure I can think of anything that would go in "the driver's own > hash". It seems to me that in this case everything would be either in > the $dbh or in SQL::Statement's configuration.
By "driver's own hash" I probably meant what you mean by $dbh. > > I do plan to define a minimum set of values that drivers will be > > expected to support. > > I'm looking forward to seeing that :-) Me too :-) Tim.