<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/p5-SQL-Abstract/Makefile, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-07-14T18:33:21Z</updated>
<entry>
<title>Update from version 1.21 to 1.24.  Changes:</title>
<updated>2008-07-14T18:33:21Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2008-07-14T18:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cf64aa09e9596d9f8a9c7e9abff7732232cc3ac6'/>
<id>urn:sha1:cf64aa09e9596d9f8a9c7e9abff7732232cc3ac6</id>
<content type='text'>
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&lt;@order&gt; 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&lt;@order&gt;
	    - 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 ('&lt;&gt;')
	could be used for the 'IS NOT NULL' expression:

	  foo =&gt; { '&lt;&gt;' =&gt; undef }

	This now properly generates:

	  foo IS NOT NULL

1.22 changes unknown (1.22 changelog empty)</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba171a91fab519f587b027c1a2888cb6e3fce049'/>
<id>urn:sha1:ba171a91fab519f587b027c1a2888cb6e3fce049</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated p5-SQL-Abstract to 1.21.</title>
<updated>2006-04-23T14:21:24Z</updated>
<author>
<name>hiramatsu</name>
<email>hiramatsu@pkgsrc.org</email>
</author>
<published>2006-04-23T14:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0af8b23489281639aea8f043db81202b6f523934'/>
<id>urn:sha1:0af8b23489281639aea8f043db81202b6f523934</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Bump the PKGREVISIONs of all (638) packages that hardcode the locations</title>
<updated>2005-08-06T06:19:03Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-08-06T06:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7fbb8d952791a8c4d82b77759fc5fb7accd491fe'/>
<id>urn:sha1:7fbb8d952791a8c4d82b77759fc5fb7accd491fe</id>
<content type='text'>
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.</content>
</entry>
<entry>
<title>Turn PERL5_PACKLIST into a relative path instead of an absolute path.</title>
<updated>2005-07-13T18:01:18Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-07-13T18:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a6521287b7054236ae629dfb57815c4aae61f8f'/>
<id>urn:sha1:7a6521287b7054236ae629dfb57815c4aae61f8f</id>
<content type='text'>
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv@pkgsrc.org</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f816d81489fd245a89e581c2f9cf792562ade194'/>
<id>urn:sha1:f816d81489fd245a89e581c2f9cf792562ade194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import p5-SQL-Abstract version 1.17.</title>
<updated>2004-12-20T23:28:53Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2004-12-20T23:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2794b8d4e32420ec4ce03c0ba31e46c5186d85af'/>
<id>urn:sha1:2794b8d4e32420ec4ce03c0ba31e46c5186d85af</id>
<content type='text'>
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.</content>
</entry>
</feed>
