pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Statement Update p5-SQL-Statement to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd941cf87ae
branches:  trunk
changeset: 593620:6fd941cf87ae
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Mon Oct 10 09:51:13 2011 +0000

description:
Update p5-SQL-Statement to 1.33.

Changes from previous:
Version 1.33, released February 05th, 2011
----------------------------------------------

[Bug fixes]
* Move test dependencies to (unreleased) Bundle::Test::SQL::Statement
  to avoid circular dependencies

Version 1.32, released January 19th, 2011
----------------------------------------------

[Bug fixes]
* Fixed invalid check for escaped single quotes
* Fixed unpermitted modification of array source for table creation
  (CREATE TABLE AS IMPORT(?),[[..],[..]])
* Fixing alias used in ORDER BY (RT#61384, thanks jvm)
* Fixing ORDER BY behavior for multiple sort columns
  (slower, but guaranteed correct)

[Improvements]
* renamed fetch-method into fetch_row (keep fetch() as alias) and
  add a fetch_rows() to fetch all rows at once
* Different accessors for direction of ORDER BY clause query part
  and it's boolean equivalent "desc" (0 or 1, respectively)
* Add a lot of Pure-Perl DBD's as build dependency for testing
  (skip DBD::AnyData for now, because it seems to be broken - check
  for next release)

[Misc]
* Bump requirement of DBI to 1.616
* switch for fully external DBD tests from DBD::XBase to DBD::SQLite
* Document another limitation (lacking implicit creating temp table
  during processing a query using the same table with different aliases
  twice)

diffstat:

 databases/p5-SQL-Statement/Makefile |  5 ++---
 databases/p5-SQL-Statement/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4ff75c0e74eb -r 6fd941cf87ae databases/p5-SQL-Statement/Makefile
--- a/databases/p5-SQL-Statement/Makefile       Mon Oct 10 09:50:03 2011 +0000
+++ b/databases/p5-SQL-Statement/Makefile       Mon Oct 10 09:51:13 2011 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2011/08/14 08:18:11 obache Exp $
+# $NetBSD: Makefile,v 1.36 2011/10/10 09:51:13 hiramatsu Exp $
 #
 
-DISTNAME=      SQL-Statement-1.31
+DISTNAME=      SQL-Statement-1.33
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5sqs
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
diff -r 4ff75c0e74eb -r 6fd941cf87ae databases/p5-SQL-Statement/distinfo
--- a/databases/p5-SQL-Statement/distinfo       Mon Oct 10 09:50:03 2011 +0000
+++ b/databases/p5-SQL-Statement/distinfo       Mon Oct 10 09:51:13 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2010/08/17 06:33:28 sno Exp $
+$NetBSD: distinfo,v 1.19 2011/10/10 09:51:13 hiramatsu Exp $
 
-SHA1 (SQL-Statement-1.31.tar.gz) = 4a73ce319c239f81bf2d8e5a973dda4c1a7e7c81
-RMD160 (SQL-Statement-1.31.tar.gz) = fcf3d3a7f587b4ba7968b66528dc7f5996223739
-Size (SQL-Statement-1.31.tar.gz) = 119274 bytes
+SHA1 (SQL-Statement-1.33.tar.gz) = 70372e91f120fee4c9b86e7a0eca6b8b97969d47
+RMD160 (SQL-Statement-1.33.tar.gz) = 9094823dbf1e1afb5b17266e8197c4b503f68a49
+Size (SQL-Statement-1.33.tar.gz) = 123572 bytes



Home | Main Index | Thread Index | Old Index