Things look saner now
[scpubgit/Q-Branch.git] / lib / SQL / Abstract / Test.pm
2010-02-04 Peter Rabbitson Things look saner now
2010-01-28 Peter Rabbitson optional functionality for INSERT
2009-09-22 Peter Rabbitson fix a dumb dumb regex error, /me --
2009-09-22 Peter Rabbitson IN testing support
2009-09-04 Peter Rabbitson Fix Tester to deal properly with NOT and single parenth...
2009-04-29 Peter Rabbitson Tweak tester disclaimer
2009-04-28 Peter Rabbitson Add myself to contributors
2009-04-28 Peter Rabbitson Refactor the parenthesis unroll SQLA::Test code
2009-03-28 Peter Rabbitson Better test exception diag
2009-03-24 Peter Rabbitson A yet more-smarter parser for SQLA::Test - any smarter...
2009-03-22 Peter Rabbitson Consider 'X BETWEEN' a statement keyword
2009-03-22 Peter Rabbitson Comment clarify
2009-03-22 Peter Rabbitson Massive SQLA::Test rewrite - make it handle ()s sanely...
2009-03-09 Peter Rabbitson Fix is_* in test to return the correct test value
2009-03-09 Peter Rabbitson Better handling of borked sql in tests
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...