A future release:

1.10 2009-06-28

[FEATURES]

[PERFORMANCE]

Thanks to Andrew Kirkpatrick for the patch (RT#33310).

[BUG FIXES]

[INTERNALS]

1.06 2007-12-20

[INTERNALS]

1.05 2007-11-15

1.01 2007-07-15

[INTERNALS]

1.00 2007-07-06

0.40 2007-05-08

0.40_03 2006-09-27

0.40_02 ??

## SQL::Interp

## DBIx::Interp

0.33 2005-11-10

## SQL::Interp

0.32 2005-11-05

## SQL::Interp

        This module has been simplified, and it incorporates
        defect corrections and style improvements.

        - Fixed ("x IN", []) to return "1=0" not "1=1".

        - Fixed ("x in", \@v) to not fail when "in" lowercase.

        - Fixed sql_interp.t on some platforms
          (perl.cpan.testers, 254029)

        - Fixed sub-module version numbers for CPAN.

        - New sql() function (based on SQL::Interp::SQL
          from Macro.pm).  sql_literal() is now depreciated
          in favor of sql().

        - sql_interp() now handles recursion correctly.

        - sql_flatten() moved into SQL::Interp::Macro.

        - Added pod.t - Test::Pod checks

        - Added pod-coverage.t - Test::Pod::Coverage checks

        - Added dist.t - distribution checks

        - POD and code style improvements.

        ## DBIx::Interp

        - Removed AUTOLOAD usage.

        ## SQL::Macro

        The macro framework has been refined.

        - Fixed sql_and(sql()) and sql_or(sql()) to
          now return '1=1' and '1=0' respectively (rather than "()").

        - sql_flatten() now expands depth-first rather than
          breadth-first.

        - sql_fragment() is now depreciated.  Use sql() instead.

        - relations() is now depreciated.  Use sql_rel_filter() instead.

        - expand() no longer has $filter param.  Macros now
          query the $interp object for state.

        - SQLFilter::macro_names() no longer used.  The $interp
          object no longer knows which macro object use which filters.

        - SQLFilter::filter_text_fragment() no longer has $changing_ref
          in parameter list.

        ## SQL::Interp::Filter

        - sql// objects now transform into calls to make_sql().

0.31 2005-09-27

## SQL::Interp

## SQL::Interp::Macro

## DBIx::Interp

0.30 2005-01-10

## General

## SQL::Interp

## DBIx::Interp

## SQL::Interp::Macro

## Other

0.29 2004-12-25

### SQL::Interp features

### SQL::Interp internal changes

### DBIx::Interp features

0.20 2004-01-03

0.10 2003-12-26