Age | Commit message (Collapse) | Author | Files | Lines |
|
2005-04-01 Jeff Zucker <jzuckerATcpan.org> (0.22)
* removed DESTROY and disconnect - use DBD File's instead
* added ignore_missing_table flag to avoid warnings with
DROP TABLE IF EXISTS
2004-04-18 Jeff Zucker <jzuckerATcpan.org> (0.21)
* added support for $dbh->{Active}, should now work
well with Class::DBI and other caching systems
* added support for DROP TABLE IF EXISTS - doesn't
complain if table is already dropped
* removed DBD::File from the distribution - it's now
distributed with DBI 1.42 and higher
|
|
|
|
* added parser-caching for speedier operation, see File.pm prepare()
* further adjustments in tests including fix for prototypes to make
it perl 5.8 compatible
|
|
adjusted docs to show Jeff as the new maintainer.
added docs for extended SQL features (joins, etc.) available
with SQL::Statement 1.0 and above.
adjusted tests blobs.t, chopblanks.t, and ak-dbd.t to work with
all versions of SQL::Statement.
|
|
* lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!.
* lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''".
|
|
* lib/DBD/File.pm (table_info): Added closedir().
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
|