Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 3D79363B880 for ; Mon, 14 Jul 2008 18:33:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C63E363B407; Mon, 14 Jul 2008 18:33:22 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id ABFD363B3FE for ; Mon, 14 Jul 2008 18:33:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 96480175D0; Mon, 14 Jul 2008 18:33:21 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/databases/p5-SQL-Abstract To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20080714183321.96480175D0@cvs.netbsd.org> Date: Mon, 14 Jul 2008 18:33:21 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Mon Jul 14 18:33:21 UTC 2008 Modified Files: pkgsrc/databases/p5-SQL-Abstract: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pkgsrc/databases/p5-SQL-Abstract/Makefile cvs rdiff -r1.3 -r1.4 pkgsrc/databases/p5-SQL-Abstract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.