Revision history for Perl extension DBIx::SearchBuilder.

0.78 Jan 16 2003
        - SB->Count should return no results unless the search is limited
        - Eliminate a warning on empty searches

0.77 Jan 15 2003

        - No longer attempt to cache (and fail) objects that haven't been database-loaded

0.76 Dec 30 2002
        - Extra checking for cache misses in DBIx::SearchBuilder::Record::Cachable
        - The start of support for checking database version, so that we can do 
          version-specific SQL
        - A patch from Autrijus Tang that allows utf-8 safe searching

0.75 Dec 06 2002
        - Applying a patch from Rob Spier <rspier@pobox.com> which enables
          arbitrarily complex grouping clauses. It's a hack, but we love it 
          anyway....at least until SB gets redone with proper arbitrarily 
          complex query generation.

0.74 Oct 11 2002
        - Adding support for mysqlPP

0.73 Sep 10 2002
        - More class-returnvalue ification
        - Fixed a caching bug that caused multiple copies of an object in memory to not 
          be kept in sync

0.72  Aug 28 2002
        - Fixed bug in setting a column to the value of an SQL statement.

0.70  Aug 27 2002
        - Better support for Postgres 7.2 and transactions.

0.62  Jul 5 2002
        - Support for Class::ReturnValue to channel errors up when expected
        - Dependency on Class::ReturnValue
        - Minor cleanups and refactorings to allow percolation of errors on create

0.34  May 23 2001
	- SearchBuilder.pm - refactored to allow LEFT joins.

0.31  Say May 12 14:45:00 EDT 2001
	- SearchBuilder::Record::Cachable now constructs cache keys in a way
	  that doesn't lose when records in different tables have the same keys.


0.30  Fri May 11 14:59:17 EDT 2001
        - Added DBIx::SearchBuilder::Record::Cachable from <mhat@netlag.com>
        - Changed SearchBuilder->Count to do the right thing if no 
          query has been performed
        - No longer specify a sort order if no sort order was specified ;)

0.01  Tue Aug 29 16:08:54 2000
	- original version; created by h2xs 1.19