DBD::AnyData - DBI access to XML,CSV and other data

Revision history for Perl extension DBD::AnyData.

version 0.110 release 17th July 2010

version 0.09 released 15 June 2007

version 0.08, released 18 April 2004

version 0.07, released 15 March 2004

     $dbh->ad_dump('SELECT * FROM old');
     $dbh->func('SELECT * FROM old','ad_dump');

this also applies to ad_import(), ad_convert(), ad_catalog(), ad_export() and ad_clear()

version 0.06, released 25 August 2003

prepare() : added caching of parser
Makefile.PL : added prereqs, (thx Scott Godin and Intrepid) test.pl : changes $sth->{NAME} to $th->{NAME_lc}, omitted XML & HTML tests

version 0.05, released 17 July, 2001

There are major changes in the way the tied hash interface does deletions and exporting and in the XML and Weblog format parsers. If you use the tied hash interface or XML or Weblog (in either interface), please update to this version.

The Big Stuff:

Many minor fixes:

Version 0.04, 26th June, 2001

Version 0.03, 17th April, 2001

Version 0.02, 4th February, 2001

Version 0.01, 17th January, 2001

Changes from DBD::RAM to DBD::AnyData

Gotchas in moving from DBD::RAM to DBD::AnyData