current DBD::AnyData will be broken when releasing next DBI

2010-06-23 Thread Jens Rehsack
Hi, as some people from #dbi channel on irc.perl.org know, I'm currently working on updating DBD::AnyData to work properly with recent DBD::File updates. AnyData and DBD::AnyData were born in year 2000 - and the design didn't changed since birth. But DBD::File got some rework - thanks to Tux (H.

Re: current DBD::AnyData will be broken when releasing next DBI

2010-06-23 Thread Tim Bunce
On Wed, Jun 23, 2010 at 04:18:27PM +0200, Jens Rehsack wrote: Of course, another way could be to extract the SQL-engine interface from DBD::File into a DBI::DBD::SqlEngine and DBD::AnyData uses that without caring of DBD::File (for some time until we could do better). That's why I ask:

Re: current DBD::AnyData will be broken when releasing next DBI

2010-06-23 Thread Jens Rehsack
2010/6/23 Tim Bunce tim.bu...@pobox.com: On Wed, Jun 23, 2010 at 04:18:27PM +0200, Jens Rehsack wrote: Of course, another way could be to extract the SQL-engine interface from DBD::File into a DBI::DBD::SqlEngine and DBD::AnyData uses that without caring of DBD::File (for some time until we