pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Abstract Update from version 1.21 to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1416ae59d090
branches: trunk
changeset: 544442:1416ae59d090
user: he <he%pkgsrc.org@localhost>
date: Mon Jul 14 18:33:21 2008 +0000
description:
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:
databases/p5-SQL-Abstract/Makefile | 4 ++--
databases/p5-SQL-Abstract/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 2ed91bd5fa01 -r 1416ae59d090 databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile Mon Jul 14 18:23:47 2008 +0000
+++ b/databases/p5-SQL-Abstract/Makefile Mon Jul 14 18:33:21 2008 +0000
@@ -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 -r 2ed91bd5fa01 -r 1416ae59d090 databases/p5-SQL-Abstract/distinfo
--- a/databases/p5-SQL-Abstract/distinfo Mon Jul 14 18:23:47 2008 +0000
+++ b/databases/p5-SQL-Abstract/distinfo Mon Jul 14 18:33:21 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index