On Jul 9, 2004, at 10:20 AM, Tim Bunce wrote:
On Fri, Jul 09, 2004 at 03:41:32PM +0200, Jochen Wiedmann wrote:Tim Bunce wrote:
As I've said previously, DBI v2.0 is mainly about changes to the DBI<->DBD
interface.
Makes no difference, IMO. DBD authors have the same choice to stick with v1
or not.
True. And DBD authors also have a choice about the minimum version of perl they want to support. Just because the DBI is (aiming) to support 5.6 doesn't mean all the drivers have to support 5.6 as well.
I am in full agreement on this point. I think that the DBDs themselves should be more sensitive to Perl versions than DBI. The DBDs can always massage the results to return to DBI so that they conform to older Perl revisions and make sure DBI doesn't choke.
H