Deal properly with () in is_same_sql_bind
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / Test.pm
2009-03-08 Peter Rabbitson Deal properly with () in is_same_sql_bind
2009-02-16 Norbert Buchmuller Fixed 'use constant' statement to work on Perl 5.6.
2009-02-03 Norbert Buchmuller A new predicate sub: eq_sql_bind
2008-12-15 Norbert Buchmuller Removed an unnecessary 'use'.
2008-12-15 Norbert Buchmuller Merged changes from the '1.50_RC-extraparens' branch.
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-24 Norbert Buchmuller Updated doc to refer to Test::Builder instead of Test...
2008-11-16 Norbert Buchmuller Made stringify_bind() work with 'bindtype' set to ...
2008-11-06 Laurent Dami patch from mendel, using Test::Builder
2008-11-06 Laurent Dami patch by Norbert BUCHMULLER: arguments to 'where' that...
2008-10-26 Laurent Dami moved internal test module into published SQL/Abstract...