Up to [cvs.netbsd.org] / pkgsrc / databases / p5-DBD-CSV
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 5 08:31:29 2011 UTC (7 months, 2 weeks ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update p5-DBD-CSV to 0.33.
Changes from previous:
2011-09-07 0.33 H.Merijn Brand
* NAME / DISTNAME in Makefile.PL
2011-09-07 0.32 H.Merijn Brand
* TYPE should be numeric
* Added tests for return count of delete statements in do
* Upped copyright to 2011
* Added tests for return count of update statements (Peter Rabbitson)
* Try to catch (more) usernames on Windows as schema names
* More cross-checks for META data
Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 22 20:59:53 2010 UTC (20 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Updating databases/p5-DBD-CSV from 0.30 to 0.31
pkgsrc changes:
- adjust dependencies
Upstream changes:
2010-09-18 0.31 H.Merijn Brand
* Require 5.8.1 (effectively already doing so by requiring DBI-1.614)
* Update tests to use warnings and done_testing ()
requires Test::More-0.90, which is also required for DBI
* Better diagnostics for empty files
* Allow late setting of attributes (RT#61168) - requires DBI-1.614
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 17 08:27:19 2010 UTC (22 months, 1 week ago) by sno
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Updating databases/p5-DBD-CSV from 0.28 to 0.30
pkgsrc changes:
- add conflicts for p5-SQL-Statement<=1.27 and p5-DBI<=1.611
Upstream changes (since 1.28):
2010-07-06 0.30 H.Merijn Brand
* Text::CSV_XS now called with auto_diag
* Implement valid_attrs
* Next version will require DBI-1.612 or higher
This is a transition release
2010-07-04 0.29_03 H.Merijn Brand
* Remove leftover debug. Causes fails
2010-07-02 0.29_02 H.Merijn Brand
* More work to keep in sync with DBI development (Jens)
* Better diagnostics for missing modules
* More spell-check fixes
* Tests for ChopBlanks (now fixed in DBD::File)
* Tests changed to accept old and new DBI
* Statement handle attributes handled in new DBD::File
2010-06-11 0.29_01 H.Merijn Brand
* Prepare for DBD::File-0.39 (DBI-1.612+)
Should still work with older DBI versions
* Documentation updates (style, consistency, spell-checking)
* Test folder cleanup
* More tests for insert
* Tested RT#58039
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
Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 16 17:31:39 2010 UTC (2 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Updating databases/p5-DBD-CSV from 0.25nb1 to 0.28
pkgsrc changes:
- Adjust dependencies
Upstream changes:
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)
Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 17 14:27:20 2009 UTC (2 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Updating databases/p5-DBD-CSV from 0.22 to 0.24
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
2009-10-15 H.Merijn Brand (0.25)
* Raised minimum perl version to 5.005_03
* Requires Text::CSV_XS 0.43 (needs eof () method and
error_diag ()) (RT#33764)
* Code cleanup (perlcritic, style, layout)
* Implemented f_ext
* Implemented f_schema (in DBD::File)
* Split csv handles for input (no eol default) and
output (default "\r\n") (RT#33767)
* Updated info URL's
* Cleaned up tests
* Tests now use Test::More
* Cut down README. No need to be a duplicate module pod
* Added TODO to documentation
* Added examples/ from docs
* Add csv_null
* Add csv_* to pass to the parser
* Improved error handling and reporting
* Table names case sensitiveness
* Implemented raw_header (RT#44583)
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 17 15:06:10 2005 UTC (6 years, 9 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Updated to version 0.22. Changes from 0.2002:
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
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 23 16:33:07 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Add RMD160 digests in addition to SHA1 ones.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 3 11:15:08 2003 UTC (9 years, 2 months ago) by mjl
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Update p5-DBD-CSV to 0.2002
* 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
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 14 15:55:20 2002 UTC (10 years, 3 months ago) by mjl
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Update p5-DBD-CSV to 0.2001
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.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 30 14:15:33 2001 UTC (10 years, 5 months ago) by mjl
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 0.1029 * lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!. * lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''".
Revision 1.3 / (download) - annotate - [select for diffs], Sat May 26 01:53:32 2001 UTC (11 years ago) by mjl
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to 0.1027. Changes:
* lib/DBD/File.pm (table_info): Added closedir().
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 16:11:00 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, and add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 10:07:08 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo