diff options
author | wen <wen@pkgsrc.org> | 2016-04-17 13:00:13 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-04-17 13:00:13 +0000 |
commit | 3bd2c1cb9ca5f58f5930dc82e56d9ef1c1cd52bd (patch) | |
tree | 6c5212110e77938eb5a51d8d8a35785caf334e57 /databases/p5-DBIx-Connector | |
parent | 4ecbee635c156442ff5ec7d7de9332cdfdb80407 (diff) | |
download | pkgsrc-3bd2c1cb9ca5f58f5930dc82e56d9ef1c1cd52bd.tar.gz |
Update to 0.56
Upstream changes:
0.56 2016-03-16T17:07:05Z
- Added Firebird support, thanks to Stefan Suciu.
- Fixed SQLite savepoint support to properly detect SQlite versions 3.9
and higher.
- Restored MySQL savepoint testing when the DBICTEST_* environment
variables are set.
0.55 2016-02-05T18:59:24Z
- Added versions to the RollbackError exception classes to make PAUSE
happy.
0.54 2016-02-05T18:52:44Z
- Removeed the Pod tests from the distribution.
- Fixed the example code for handling `rollback_error` exceptions in the
documentation to properly wrap the transaction in an exception
handler. Patch from Perlover (issue #32).
- Improved handling of connection failures when RaiseError (or
HandleError) is not set. Thanks to Andreas Huber for the report and
fix.
- Document that `$_` is set locally, not globally, in the methods that
set it. Suggested by William Lindley.
- The disconnect method no longer longer remove entries from the DBI
handle's CachedKids attribute. That behavior appears to be a
workaround for a database we don't (yet) support.
- Fixed a test failure where the test system has the `$DBI_DSN` or
`$DBI_DRIVER` environment variable set. Thanks to Erik Rijkers for the
patch.
- Added recommendation to use DBD::Pg 3.5.0 or later to the Pg driver.
Earlier versions had an incorrect implementation of the `ping()`
method (Issue #41).
Diffstat (limited to 'databases/p5-DBIx-Connector')
-rw-r--r-- | databases/p5-DBIx-Connector/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Connector/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile index 15a77d79eba..48e1658d668 100644 --- a/databases/p5-DBIx-Connector/Makefile +++ b/databases/p5-DBIx-Connector/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:40 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/17 13:00:13 wen Exp $ # -DISTNAME= DBIx-Connector-0.53 +DISTNAME= DBIx-Connector-0.56 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-Connector/distinfo b/databases/p5-DBIx-Connector/distinfo index 483c8de7183..9b375a13b0b 100644 --- a/databases/p5-DBIx-Connector/distinfo +++ b/databases/p5-DBIx-Connector/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:56:20 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/17 13:00:13 wen Exp $ -SHA1 (DBIx-Connector-0.53.tar.gz) = b5af0eeba1053ee44ff6698c84086dbfd85edcef -RMD160 (DBIx-Connector-0.53.tar.gz) = fa4fe7b5c46491cf2d845c5cfe26a6c011d31651 -SHA512 (DBIx-Connector-0.53.tar.gz) = 13f11460908ea6879ff4ae15d5d4f99d14e28dc87ce626bfff08306bbf09d37d93bf6fa4ffee4bef767b6c8cec2f554a0a600d6ea838742fc065b77aafe78bed -Size (DBIx-Connector-0.53.tar.gz) = 35777 bytes +SHA1 (DBIx-Connector-0.56.tar.gz) = c8fd23bbe95e0dcdc6df55fba8b1ba076e898370 +RMD160 (DBIx-Connector-0.56.tar.gz) = c9db90f06782bfaf6c8f76022723ab31623a9216 +SHA512 (DBIx-Connector-0.56.tar.gz) = feeb26277c61ee91b2b2436d3fbc7453b6fe64ef2ac24cc0848da80202bd07092321fa530c58ab5370f6b40e6e1a3e578101794b2e1c0696aa017040ee02cd7a +Size (DBIx-Connector-0.56.tar.gz) = 36770 bytes |