Subject: CVS commit: pkgsrc/databases/p5-DBIx-SearchBuilder
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 08/02/2004 09:57:02
Module Name:	pkgsrc
Committed By:	cube
Date:		Mon Aug  2 09:57:02 UTC 2004

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

Log Message:
Update to version 1.01.

1.01    Sun Jun 27 23:35:46 EDT 2004

        - Releasing 1.00_06 as stable

1.00_06 - Pg/Oracle: Don't attempt to do case insensitive comparisons on
          integer values.

1.00_05 - Force utf8 flag on when doing searches for utf8 data; this
          is a workaround for DBDs that don't do it themselves.

1.00_04	- Move Postgres specific join behaviour to the superclass so
	  everyone gets the benefit.

1.00_03 - Remove "AS" from table name aliases on joins, since Oracle
          doesn't like em.

1.00_02	- Slightly cleaner code in SearchBuilder->GotoPage

1.00_01 - Better handling of case insensitive comparisons on Postgres
	- Proper support for query paging on SQLite


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.