Skip to content

Commit

Permalink
Update to 1.633:
Browse files Browse the repository at this point in the history
Changes in DBI 1.633 - 11th Jan 2015

    Fixed selectrow_*ref to return undef on error in list context
        instead if an empty list.
    Changed t/42prof_data.t more informative
    Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the
        DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand]
    Fixed compilation error on bleadperl due DEFSV no longer being an lvalue
        [Dagfinn Ilmari Mannsåker]

    Added docs for escaping placeholders using a backslash.
    Added docs for get_info(9000) indicating ability to escape placeholders.
    Added multi_ prefix for DBD::Multi (Dan Wright) and ad2_ prefix for
        DBD::AnyData2
  • Loading branch information
wiz committed Jan 14, 2015
1 parent 35e0630 commit 6ba08a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions databases/p5-DBI/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.66 2014/11/09 12:10:47 wiz Exp $
# $NetBSD: Makefile,v 1.67 2015/01/14 13:09:29 wiz Exp $

DISTNAME= DBI-1.632
DISTNAME= DBI-1.633
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
Expand Down
8 changes: 4 additions & 4 deletions databases/p5-DBI/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.41 2014/11/09 12:10:47 wiz Exp $
$NetBSD: distinfo,v 1.42 2015/01/14 13:09:29 wiz Exp $

SHA1 (DBI-1.632.tar.gz) = 4a1e8bb6796b893f2c08f708818c0f4ca00b1820
RMD160 (DBI-1.632.tar.gz) = d84e6bff8c2f0573833227ffaaba15e7a0d45cd4
Size (DBI-1.632.tar.gz) = 591235 bytes
SHA1 (DBI-1.633.tar.gz) = b42bd20708c4bfc10dcf898b0148aef1c1ff02ff
RMD160 (DBI-1.633.tar.gz) = 587e9f8fdac35b508ddacbd261a4084ee44bfd59
Size (DBI-1.633.tar.gz) = 592307 bytes

0 comments on commit 6ba08a0

Please sign in to comment.