dbsrgits/SQL-Abstract.git
2008-11-28 Norbert Buchmuller Replaced eq_bind() implementation to use Test::Deep...
2008-11-26 Norbert Buchmuller Reimplemented SQL::Abstract::Test::eq_bind to compare...
2008-11-26 Norbert Buchmuller Updated svn:ignore.
2008-11-26 Norbert Buchmuller Updated dependencies. (made a typo in previous commit)
2008-11-26 Norbert Buchmuller Updated dependencies.
2008-11-26 Norbert Buchmuller Removed a wrong test (tested for overloaded stringifica...
2008-11-26 Norbert Buchmuller Added { op => \["...", @bind] } to the changes list.
2008-11-26 Norbert Buchmuller Documented { op => \'...' } and { op => \['...', @bind...
2008-11-26 Norbert Buchmuller Support for the { operator => \["...", @bind] } constru...
2008-11-24 Norbert Buchmuller Updated doc to refer to Test::Builder instead of Test...
2008-11-21 Norbert Buchmuller Refactored to use _SWITCH_refkind in _where_hashpair_HA...
2008-11-20 Norbert Buchmuller Support for the { operator => \"..." } construct (to...
2008-11-16 Norbert Buchmuller Updated svn::ignore.
2008-11-16 Norbert Buchmuller Converted all test cases where the tests are queued...
2008-11-16 Norbert Buchmuller Added test cases for passing arrayref bind values to...
2008-11-16 Norbert Buchmuller Made stringify_bind() work with 'bindtype' set to ...
2008-11-12 Laurent Dami fixed _refkind for \$object, \\$object. Added tests...
2008-11-11 Norbert Buchmuller Changed behaviour to not stringify blessed objects...
2008-11-10 Norbert Buchmuller Added two more quoting tests for the 'colA DESC' stuff...
2008-11-06 Laurent Dami patch from mendel, using Test::Builder
2008-11-06 Laurent Dami DBIx::Class directly calls _recurse_where in scalar...
2008-11-06 Laurent Dami patch by Norbert BUCHMULLER: arguments to 'where' that...
2008-11-06 Laurent Dami numify version
2008-11-05 Laurent Dami patch by Norbert BUCHMULLER (order_by => undef)
2008-11-05 Laurent Dami fixed bug signaled by Zbigniew Lukasiak : -and =>...
2008-10-26 Laurent Dami moved internal test module into published SQL/Abstract...
2008-10-17 Laurent Dami more improvements / fixes in documentation
2008-10-17 Laurent Dami 1.5 release candidate : filling some holes in the doc
2008-10-16 Laurent Dami (no commit message)
2008-06-12 Guillermo Roditi fix for key => [] + tests + cleanup of 02where.t
2008-05-15 Guillermo Roditi one more test and some simple docs
2008-05-15 Guillermo Roditi bumped version but not $REVISION. small fix to order_by...
2007-09-24 Matt S Trout moved SQL-Abstract to new layout
2007-02-07 Ash Berlin Added { -desc => 'foo' } order by support
2007-02-07 Ash Berlin Sanitised layout - now to start hacking
2007-02-07 Ash Berlin added patch from Guillermo to cleanup in/between,
2007-02-07 Ash Berlin quoting tests
2007-02-07 Ash Berlin abstract from code imported from DBIC::SQL::Abstract...
2007-02-07 Ash Berlin added patch from Guillermo to cleanup in/between,
2007-02-07 Ash Berlin r
2007-02-07 Ash Berlin changed email to CPAN address
2007-02-07 Ash Berlin just comments and email address
2007-02-07 Ash Berlin reorg
2007-02-07 Ash Berlin keyword cleanup
2007-02-07 Ash Berlin bumped version, added keywords
2007-02-07 Ash Berlin initial "import"
2007-02-07 Ash Berlin Starting import of SQL-A