summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-07-14 18:33:21 +0000
committerhe <he@pkgsrc.org>2008-07-14 18:33:21 +0000
commitcf64aa09e9596d9f8a9c7e9abff7732232cc3ac6 (patch)
tree590937fad35cd5148316df1416618fbbb4549c91 /databases/p5-SQL-Abstract
parent5c35fe5b1bac0eb9ba6d68e99c8108b494e4afa0 (diff)
downloadpkgsrc-cf64aa09e9596d9f8a9c7e9abff7732232cc3ac6.tar.gz
Update from version 1.21 to 1.24. Changes:
1.24 2008-07-09 - Ripped out all 1.23 changes - Re-releasing 1.22 with DBIx::Class as maintainer 1.23 ????-??-?? 1) Large patch by Laurent Dami to add all of the following functionality: - support for nested subqueries (see the doc for explanations) - +/- prefixes in C<@order> columns, meaning 'ASC' or 'DESC' - documentation : - added an explanation about flexibility of argument types (passing scalars instead of hashrefs/arrayrefs) - added an example of a boolean column (through ref to empty string) - mentioned that select() can take an arrayref of tables - added explanation of +/- prefixes in C<@order> - WHERE section structured into subsections - new subsection for nested queries - suppressed the NOTES section about Morgan laws, because subqueries provide support for compound logic statements. These changes enable additional functionality in DBIx::DataModel as well. 2) Patch by Robbie Bow to enable "quote_char" to take an array ref. This fixes an issue to MS SQL Server, since it requires that columns and tables be quoted with surrounding [square brackets] 3) Patch by Norbert BUCHMULLER to enable the use of the old-school-SQL operator for not-equal ('<>') could be used for the 'IS NOT NULL' expression: foo => { '<>' => undef } This now properly generates: foo IS NOT NULL 1.22 changes unknown (1.22 changelog empty)
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r--databases/p5-SQL-Abstract/Makefile4
-rw-r--r--databases/p5-SQL-Abstract/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 1b21b305508..f72164333d5 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:18 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/07/14 18:33:21 he Exp $
#
-DISTNAME= SQL-Abstract-1.21
+DISTNAME= SQL-Abstract-1.24
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo
index 6be08d70942..9eccc0c412e 100644
--- a/databases/p5-SQL-Abstract/distinfo
+++ b/databases/p5-SQL-Abstract/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/04/23 14:21:24 hiramatsu Exp $
+$NetBSD: distinfo,v 1.4 2008/07/14 18:33:21 he Exp $
-SHA1 (SQL-Abstract-1.21.tar.gz) = 47aff384bfafbdd90b5864e315cf6950155e03f3
-RMD160 (SQL-Abstract-1.21.tar.gz) = 3414433c4c7466af3ee3a41491992d26befafe8e
-Size (SQL-Abstract-1.21.tar.gz) = 24821 bytes
+SHA1 (SQL-Abstract-1.24.tar.gz) = 0c0eb25591c6889439b53140af554b0c24f3814e
+RMD160 (SQL-Abstract-1.24.tar.gz) = f468271208638d606865dfeeb16c4c25b2f6ad9c
+Size (SQL-Abstract-1.24.tar.gz) = 27841 bytes