AnyData - easy access to data in many formats
Documentation and most recent version available at:
http://www.vpservices.com/jeff/programs/AnyData/
Revision history for Perl extension AnyData.
version 0.07, released 25 October 2003
Storage/PassThru.pm : added version number (thanks Randal Schwartz)
version 0.06, released 25 October 2003
test.pl : omitted XML & HTMLtable 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:
* XML now accepts user-supplied tag-to-column mappings.
* Import now supports cross and outer joins by importing more than
one table into the same in-memory table.
Many minor fixes:
* fixed adExport to allow flags as documented
(thx Matthew Wickline)
* greatly improved and speeded up deletions from tied hashes
and documented how they work (thx *alot* Matthew Wickline)
* fixed weblog to handle embedded double quotes
(thx Bob O'Neill)
* added documentation to DBD::AnyData on cross joins and full
outer joins as part of the import statement
* fixed tests so they skip XML and HTMLtable if the
required extra modules (e.g. XML::Twig) aren't available
(thx Malcolm Cook)
* fixed XML to be able to work with XML::Twig 3.00 as well
as earlier versions (meant to do that earlier)
* fixed README to mention that DBD::AnyData replaces
DBD::RAM (thx Mark Whittiker)
* fixed weblog README to use current method and column names
(thx Bob O'Neill)
* fixed HTMLtable so that it can be used to export even if
HTML::TableExtract and HTML::Parser aren't installed
(thx Matthew Wickline)
* fixed bad version number on DBD::AnyData - it reported 0.03
instead of 0.04 (hey I caught this one all by myself)
* added version numbers to all of the submodules and standardized
the docs
Version 0.04, 26th June, 2001
* Beta release
Version 0.03, 17th April, 2001
* second Alpha release
Version 0.02, 4th February, 2001
* first Alpha release
Version 0.01, 17th January, 2001
* pre Alpha release