Commit graph

9 commits

Author SHA1 Message Date
he
cf64aa09e9 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)
2008-07-14 18:33:21 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
hiramatsu
0af8b23489 Updated p5-SQL-Abstract to 1.21.
Changes from 1.17:

revision 1.21
date: 2006/03/08 01:27:56;  author: nwiger;  state: Exp;  lines: +5 -5
- bugfix for -1 setting off -and logic in modlogic()
----------------------------
revision 1.20
date: 2005/08/18 18:41:58;  author: nwiger;  state: Exp;  lines: +104 -50
- added patch from Dan Kubb enabling quote_char and name_sep options
- added patch from Andy Grundman to enhance _anoncopy for deep refs
----------------------------
revision 1.19
date: 2005/04/29 18:20:30;  author: nwiger;  state: Exp;  lines: +34 -20
added _anoncopy to prevent destroying original; updated docs
----------------------------
revision 1.18
date: 2005/03/07 20:14:12;  author: nwiger;  state: Exp;  lines: +201 -65
added support for -and, -or, and -nest; see docs for details
2006-04-23 14:21:24 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
he
2794b8d4e3 Import p5-SQL-Abstract version 1.17.
Description:

This module was inspired by the excellent the DBIx::Abstract manpage.
However, in using that module I found that what I really wanted to do
was generate SQL, but still retain complete control over my statement
handles and use the DBI interface. So, I set out to create an abstract
SQL generation module.
2004-12-20 23:28:53 +00:00