On Tue, Jun 08, 2010 at 02:12:18PM +0200, H.Merijn Brand wrote: > > > Any suggestions? > > > > I'm not really sure I understand the question/proposal/issues. > > for all DBD::File methods/functions that are shared between ad_, csv_, > dbm_, and po_ (and maybe more in the future), the f_ method as provided > by the DBD::File (and subclasses) thould auto-magically map to csv_ etc > > so when calling $sth->csv_get_attribute (), and DBD::CSV did not > implement csv_get_attribute (), but DBD::File implements > f_get_attribute (), the latter should automatically be called (and > cached).
Cool. Thanks. Tim.