Mon Jul 14 18:33:21 2008 UTC ()
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)


(he)
diff -r1.6 -r1.7 pkgsrc/databases/p5-SQL-Abstract/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/p5-SQL-Abstract/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/databases/p5-SQL-Abstract/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Abstract/Makefile 2008/06/12 02:14:18 1.6
+++ pkgsrc/databases/p5-SQL-Abstract/Makefile 2008/07/14 18:33:21 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:18 joerg Exp $ 1# $NetBSD: Makefile,v 1.7 2008/07/14 18:33:21 he Exp $
2# 2#
3 3
4DISTNAME= SQL-Abstract-1.21 4DISTNAME= SQL-Abstract-1.24
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5sqa 6SVR4_PKGNAME= p5sqa
7CATEGORIES= databases perl5 7CATEGORIES= databases perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
9 9
10MAINTAINER= he@NetBSD.org 10MAINTAINER= he@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/ 11HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/
12COMMENT= Generate SQL from Perl data structures 12COMMENT= Generate SQL from Perl data structures
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16PERL5_PACKLIST= auto/SQL/Abstract/.packlist 16PERL5_PACKLIST= auto/SQL/Abstract/.packlist
17 17

cvs diff -r1.3 -r1.4 pkgsrc/databases/p5-SQL-Abstract/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Abstract/distinfo 2006/04/23 14:21:24 1.3
+++ pkgsrc/databases/p5-SQL-Abstract/distinfo 2008/07/14 18:33:21 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2006/04/23 14:21:24 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.4 2008/07/14 18:33:21 he Exp $
2 2
3SHA1 (SQL-Abstract-1.21.tar.gz) = 47aff384bfafbdd90b5864e315cf6950155e03f3 3SHA1 (SQL-Abstract-1.24.tar.gz) = 0c0eb25591c6889439b53140af554b0c24f3814e
4RMD160 (SQL-Abstract-1.21.tar.gz) = 3414433c4c7466af3ee3a41491992d26befafe8e 4RMD160 (SQL-Abstract-1.24.tar.gz) = f468271208638d606865dfeeb16c4c25b2f6ad9c
5Size (SQL-Abstract-1.21.tar.gz) = 24821 bytes 5Size (SQL-Abstract-1.24.tar.gz) = 27841 bytes