DBD::CSV 0.29 has been released

[email protected] ("H.Merijn Brand")
Newsgroups perl.dbi.users,perl.dbi.announce
Message-ID <[email protected]>
Now that we have DBI-1,611, we can make progress!

  file: $CPAN/authors/id/H/HM/HMBRAND/DBD-CSV-0.29.tgz
  size: 27266 bytes
   md5: dd48f0e3d8fc1211a3c98e2489b78295

New are locking and encoding.
Enjoy!

           $dbh = DBI->connect ("dbi:CSV:", undef, undef, {
               f_schema         => undef,
               f_dir            => "data",
               f_ext            => ".csv/r",
               f_lock           => 2,
               f_encoding       => 'utf8',

               RaiseError       => 1,
               PrintError       => 1,
               FetchHashKeyName => "NAME_lc",
               }) or die $DBI::errstr;

2010-05-03  0.29  H.Merijn Brand

    * Fix git URL in META.yml
    * Add empty CLONE method to prevent warning when cloning threads
    * Minimum perl 5.8.1
    * Minimum Text::CSV_XS 0.71
    * Support for f_encoding (requires DBI-1.611)
    * Documentation updates

2010-03-16  0.28  H.Merijn Brand

    * Remove t/00_minimumversion.t from distribution
    * Dropped YAML spec to 1.0
    * Sync up with SQL::Statement 1.25
      NOTE: Internals of both modules changed. They will change again for
            SQL::Statement 2.0

2010-02-17  0.27  H.Merijn Brand

    * Upped copyright to 2010
    * Doc-fix typo in link (Detlef Pilzecker)
    * Doc-fix small typo's

2009-11-10  0.26  H.Merijn Brand

    * Adjustments for windows (RT#50544)
    * Mark all non-\w chars illegal in field and table names
    * Fix field types after execute (RT#51090, vgdoqd)
    * Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)


-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.12 and porting perl5.13.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.