remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / lib / SQL / Abstract / Test.pm
2019-04-21 Matt S Trout make stability test try and invoke diff
2019-04-20 Matt S Trout better expand stability testing
2019-04-19 Matt S Trout handle convert where using expander wrapping
2019-04-10 Matt S Trout add expand stability test
2019-04-05 Matt S Trout allow controlling SQL::Abstract class for test suite...
2018-09-16 Matt S Trout start of moving and/or to ops
2017-04-13 Dagfinn Ilmari Man... Whitespace cleanup
2014-05-27 Peter Rabbitson Port the \[] *_sql_bind unpacker from DBIC
2013-12-26 Peter Rabbitson Centralize handling of in-test dumpering
2013-12-18 Peter Rabbitson Do not yell loudly on TODOified is_same_* tests
2013-06-02 Peter Rabbitson Stop differentiating between ORDER BY foo and ORDER...
2013-06-02 Peter Rabbitson Drop the silly Dumpered bind comparison
2011-08-06 Peter Rabbitson Massively refactor arbitrary sql parser code
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-11-28 Peter Rabbitson Better diagnostics (unparse the parent of the failed...
2010-11-13 Arthur Axel 'fREW... migrate _parenthesis_unroll to SQL::Abstract::Tree
2010-10-21 Peter Rabbitson Proper placeholder support in the AST
2010-10-21 Peter Rabbitson Add list support, and various mini-fixes
2010-09-27 Peter Rabbitson These 'optimizations' are silly
2010-09-22 Peter Rabbitson Replace one more grep with a regex
2010-09-22 Peter Rabbitson Tokenizer fixed \o/
2010-09-06 Arthur Axel "fREW... add more keywords, colors, and indentation rules
2010-09-02 Arthur Axel "fREW... fix SQLATest, add more rudimentary formatting and some...
2010-08-31 Arthur Axel "fREW... break out Tree
2010-05-30 Peter Rabbitson Fix SQLA::Test problem
2010-02-26 Peter Rabbitson Lose a couple of oddball dependencies (while moronizing...
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...