Skip to content

Commit

Permalink
Update to 0.56
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
wen committed Apr 17, 2016
1 parent 3224436 commit 4ed0a02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions databases/p5-DBIx-Connector/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions databases/p5-DBIx-Connector/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ed0a02

Please sign in to comment.