remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / t / 06order_by.t
2019-02-24 Matt S Trout catch another weird edge case in _order_by
2018-10-17 Matt S Trout also barf on arrayref based order_by with the same...
2018-10-17 Matt S Trout restore _order_by exception on nonsense asc+desc input
2018-09-17 Matt S Trout add custom expansions, convert order_by
2017-04-13 Dagfinn Ilmari Man... Whitespace cleanup
2015-07-07 Dagfinn Ilmari Man... Fix order clauses with bind parameters in ->where
2013-12-26 Peter Rabbitson Remove many of the settled-by-time comments, modernize...
2013-06-09 Peter Rabbitson Kill the plan
2013-04-14 Dagfinn Ilmari Man... Revert "Add support for NULLS FIRST/LAST in ORDER BY"
2013-02-05 Dagfinn Ilmari Man... Fix -nulls value case-insensitivity
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
2009-05-29 Moritz Onken order_by: added passing test
2009-05-29 Peter Rabbitson Fix for _order_by with bind values - will not work...
2009-05-29 Moritz Onken added failing test for -desc => \['colA LIKE ?', 'test']
2009-04-24 Peter Rabbitson Wrap up order_by saga
2009-04-24 Peter Rabbitson Make POD more readable, add a (failing) multikey order_...
2009-04-24 Justin Hunter add support for order_by => [qw/colA colB/]
2008-11-16 Norbert Buchmuller Converted all test cases where the tests are queued...
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-05 Laurent Dami patch by Norbert BUCHMULLER (order_by => undef)
2008-10-26 Laurent Dami moved internal test module into published SQL/Abstract...
2008-10-16 Laurent Dami (no commit message)
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...