add support for order_by => [qw/colA colB/]
[dbsrgits/SQL-Abstract.git] / t / 06order_by.t
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...