./databases/p5-DBIx-SearchBuilder, Extension for easy SQL SELECT Statement generation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 1.53, Package name: p5-DBIx-SearchBuilder-1.53, Maintainer: pkgsrc-users

Perl extension for easy SQL SELECT Statement generation


Required to run:
[databases/p5-DBIx-DBSchema] [databases/p5-DBI] [devel/p5-Class-Accessor] [devel/p5-Clone] [devel/p5-Class-ReturnValue] [devel/p5-Cache-Simple-TimedExpiry] [devel/p5-capitalization] [devel/p5-Want]

Master sites: (Expand)

SHA1: be1622d6a0c7c1bf5eca74e6618a49976e942360
RMD160: 5d97049402f0fac45728480654dca5d0043735b4
Filesize: 81.593 KB

Version history: (Expand)


CVS history: (Expand)


   2008-04-30 13:25:39 by Tyler R. Retzlaff | Files touched by this commit (2) | Package updated
Log message:
pullup ticket #2356 - requested by cube
p5-DBIx-SearchBuilder: update package

revisions pulled up:
- pkgsrc/database/p5-DBIx-SearchBuilder/Makefile	1.33
- pkgsrc/database/p5-DBIx-SearchBuilder/distinfo	1.23

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Apr 23 20:20:34 UTC 2008

   Modified Files:
   	pkgsrc/databases/p5-DBIx-SearchBuilder: Makefile distinfo

   Log message:
   Update to 1.53:

   1.53 Tue Apr  2 03:06:56 UTC 2008

   * Fix mysql version check in DistinctQuery function
   * Fix order by outer column on Oracle
   * Improve tests

   1.52 Tue Apr  1 00:48:56 UTC 2008

   * Fix order by outer column on SQLite, mysql, adjust Pg. Add test that
    cover this.

   1.51 Tue Jan 15 22:53:56 UTC 2008

   * Fix CountAll method when paging is enabled and data is in memory already

   1.50 Fri Nov 23 23:24:00 UTC 2007

   * Oracle: Don't DISTINCT query when there is a group by clause
   * Fix a problem when we have more then two collections in a union
    and some of them are empty

   1.49 Sat Jul  7 18:45:41 EDT 2007

   * Fix a CPAN signature issue