pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Dancer-Plugin-Database: update to 2.13.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Sep 20 10:54:34 2017 +0200
Changeset: 65e0d95c64a922cf9a3cf63792aada62c386d4b0
Modified Files:
p5-Dancer-Plugin-Database/Makefile
p5-Dancer-Plugin-Database/distinfo
Log Message:
p5-Dancer-Plugin-Database: update to 2.13.
2.13 2016-08-13
[ BUG FIXES ]
- Require 0.16 of core library, as 0.15 had a bug in :(
2.12 2016-01-24
[ BUG FIXES ]
- skip author tests (thanks to Stefan Hornburg)
2.11 2015-10-02
[ BUG FIXES ]
- Require Dancer::Plugin::Database::Core v0.12, that
fixes logging problems
2.10 2014-10-13
[ ENHANCEMENTS ]
- Support dsn_extra option (Thanks to Michael J South)
2.09 2013-12-22
[ ENHANCEMENTS ]
- Tests for cached handle after reconnection
2.08 Sun Sep 1 13:52:52 WEST 2013
[ ENHANCEMENTS ]
- Add quick_count method (Thanks to Colin Ewen)
2.07 Tue Jul 30 18:59:30 WEST 2013
- Fix test with wrong base class (part 2)
2.06 Tue Jul 30 18:49:37 WEST 2013
- Fix test with wrong base class.
2.05 2013-07-29
- Remove code from module to share with Dancer2 plugin.
- Added dependency on Dancer::Plugin::Database::Core
2.04 2013-03-04
[ ENHANCEMENTS ]
- Allow 'sid' to be passed into DSN, for Oracle support.
2.03 2012-12-14
[ BUGFIX ]
- Remove left-over debugging warning (thanks to ofosos for reporting)
2.02 2012-12-07
[ ENHANCEMENTS ]
- If asked for default connection (no connection name given) but
there is no default connection configured, throw a more helpful
error message.
2.01 2012-09-18
[ BUGFIX ]
- Fix crashing bug when charset: UTF-8 is present - thanks to Hugh
Gallagher for reporting & providing fix in RT #79719.
Presumably the test suite doesn't set UTF-8, so this failure
never showed up in testing :(
2.00 2012-09-17
[ ENHANCEMENTS ]
- Support for Dancer 2
- Automatic quoting handles e.g. schema.table properly - GH #33,
thanks to mscolly for reporting
- Accept limit offset,count syntax too - GH #31, thanks to
nicolasfranck for reporting
- a value of 0 for connectivity_check_threshold now disables
checking entirely - thanks to knutov in GH #22
1.82 2012-06-28
[ BUGFIXES ]
- Fix for Debian RT #665221 :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665221 - avoid issues
if we get a hashref of settings occupying the same region of memory as a
previous hashref of settings which since went out of scope but which we
still have a handle laying around for.
1.81 2012-03-07
[ BUGFIXES ]
- Don't generate invalid SQL with certain uses of where and
order_by clauses together (PR-27, thanks to Michael Stapelberg
(mstap))
1.80 2012-02-06
[ ENHANCEMENTS]
- New hooks 'database_error', 'database_connect_failed',
'database_connection_lost'
- New option 'handle_class' to allow the database handles to be
reblessed into an alternative class, allowing you to subclass
D::P::D::Handle if you want to extend it
All requested by Nick S. Knutov - thanks Nick!
1.70 2012-01-31
[ ENHANCEMENTS ]
- New `order_by`, `limit` and `columns` options for quick_select()
(Requested by bor in GH-20)
1.60 2011-12-29
[ ENHANCEMENTS ]
- Hook support, requested by mdom. Currently supports a
database_connected hook position; others may be added in future.
Happy New Year!
1.51 2011-11-17
[ BUGFIXES ]
- Handle "is" operator properly (particularly if negated) - Issue 15.
- Add =encoding utf8 to POD so contributor names render correctly on
search.cpan.org / metacpan.org
1.50 2011-10-18
All new features kindly contributed by Mark Allen (@mrallen1) - thanks!
- Much more flexible WHERE clauses - e.g. { foo => { like => 'bar'} }
- Ability to select only specific columns in quick_select()
- New quick_lookup() syntactic sugar method
1.42 2011-08-19
- Don't produce spurious messages about enabling UTF-8 support when
we have already done it (PR 9 from James Aitken (LoonyPandora))
1.41 2011-07-24
- support where clauses with undef values. (Alberto Simões)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=65e0d95c64a922cf9a3cf63792aada62c386d4b0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Dancer-Plugin-Database/Makefile | 4 ++--
p5-Dancer-Plugin-Database/distinfo | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs:
diff --git a/p5-Dancer-Plugin-Database/Makefile b/p5-Dancer-Plugin-Database/Makefile
index c4d14ef0c4..d7c6d9730d 100644
--- a/p5-Dancer-Plugin-Database/Makefile
+++ b/p5-Dancer-Plugin-Database/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2012/10/04 10:45:25 asau Exp $
-#
-DISTNAME= Dancer-Plugin-Database-1.40
+DISTNAME= Dancer-Plugin-Database-2.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
@@ -13,6 +12,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
DEPENDS+= p5-Dancer>=1.175:../../www/p5-Dancer
+DEPENDS+= p5-Dancer-Plugin-Database-Core-[0-9]*:../../wip/p5-Dancer-Plugin-Database-Core
PERL5_PACKLIST= auto/Dancer/Plugin/Database/.packlist
USE_LANGUAGES= # none
diff --git a/p5-Dancer-Plugin-Database/distinfo b/p5-Dancer-Plugin-Database/distinfo
index 03f4643d4e..3d1d5db7d6 100644
--- a/p5-Dancer-Plugin-Database/distinfo
+++ b/p5-Dancer-Plugin-Database/distinfo
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2011/07/06 02:46:55 ficovh Exp $
-SHA1 (Dancer-Plugin-Database-1.40.tar.gz) = 68351e93c2b70d55cca3afa8e0d6a0d18ed2f3af
-RMD160 (Dancer-Plugin-Database-1.40.tar.gz) = db2c5daa35571527754d3ad2e5c4be84fafc3fde
-Size (Dancer-Plugin-Database-1.40.tar.gz) = 17340 bytes
+SHA1 (Dancer-Plugin-Database-2.13.tar.gz) = 064fc107f6fe748e022e18b5993b837950fb0a9f
+RMD160 (Dancer-Plugin-Database-2.13.tar.gz) = bc8dfd9c37aa304379b55486010f0e9f2cd5563d
+SHA512 (Dancer-Plugin-Database-2.13.tar.gz) = 2e6d7553da1a14c02825530408443bfa5619b8fdf329ac12ed4f2b82aa6973ed358b685234020d8a50ded3d6725cd9a6432c057290295e93616d42816d1fea59
+Size (Dancer-Plugin-Database-2.13.tar.gz) = 19428 bytes
Home |
Main Index |
Thread Index |
Old Index