0.26 29. Sept 2004

0.25 30 Dec. 2003

2003-12-07 U-MOKSHA\metaperl <metaperl@urth.org>

2003-12-02 U-MOKSHA\metaperl <metaperl@urth.org>

2003-11-26 U-MOKSHA\metaperl <metaperl@urth.org>

        SELECT
        dbixrs1.id,dbixrs1.name,dbixrs1.value1,dbixrs1.addon,dbixrs2.value2 FROM (dbixrs1 left join dbixrs2 on dbixrs1.id = dbixrs2.id) WHERE   dbixrs1.id IN (2, 5, 10); 

        but this caused a syntax error in sqlite, so a new leftjoin type
        of 4 was introduced to support LEFT JOIN with no parentheses
        around the join
        
        * added support to DBIx::Database so that it would accept a DBI
        database handle. the entire test suite for DBD::Pg now passes.

        * added the '$makesql' flag to Search() so that generated SQL can
        be returned instead of executed. It will remain undocumented until
        it is supported for Update(), Delete(), and Insert(). It was added
        in order that the SQL generated for the test "Order, Group,
        Append" would pass on Postgres which finds the generated SQL
        invalid. 

0.24 10. July 2001

0.23 22. Sept 2000

0.22 22. Sept 2000

0.21 21. Juni 2000

0.20 6. Jan 2000

0.19 30 Mar 1999

0.18 3 Nov 1998

0.17 8 Oct 1998

0.16 26 Aug 1998

0.15 31 Jul 1998

0.14 1 May 1998