Clarify insanedness of test
[dbsrgits/SQL-Abstract.git] / t /
2009-03-08 Peter Rabbitson Clarify insanedness of test
2009-03-08 Peter Rabbitson Cleanup test and add a failing test case against RT...
2009-03-08 Peter Rabbitson Add value-only insert test with a literal sql snippet
2009-03-08 Peter Rabbitson Failing tests by debolaz
2009-03-03 Norbert Buchmuller Added tests and updated POD for bindtype = 'columns...
2009-02-17 Norbert Buchmuller Added test cases for "col => {-in => \[$sql, @bind...
2009-02-17 Norbert Buchmuller Fixed behaviour of 'literal SQL with bind' feature...
2009-02-15 Norbert Buchmuller Applied patch from Zbigniew Lukasiak (with slight modif...
2009-02-15 Norbert Buchmuller Formatting.
2009-02-15 Norbert Buchmuller Fixed a bug in hashpair with literal SQL and bind value...
2009-02-11 Norbert Buchmuller Added test cases to test the arrayref (\[$sql, @bind...
2009-02-09 Norbert Buchmuller Added test for an expected warning.
2009-02-03 Norbert Buchmuller A new predicate sub: eq_sql_bind
2009-01-30 Norbert Buchmuller Passing a hashref as bind value in insert() does not...
2008-12-15 Norbert Buchmuller Merged changes from the '1.50_RC-extraparens' branch.
2008-11-26 Norbert Buchmuller Reimplemented SQL::Abstract::Test::eq_bind to compare...
2008-11-26 Norbert Buchmuller Removed a wrong test (tested for overloaded stringifica...
2008-11-26 Norbert Buchmuller Support for the { operator => \["...", @bind] } constru...
2008-11-20 Norbert Buchmuller Support for the { operator => \"..." } construct (to...
2008-11-16 Norbert Buchmuller Converted all test cases where the tests are queued...
2008-11-16 Norbert Buchmuller Added test cases for passing arrayref bind values to...
2008-11-12 Laurent Dami fixed _refkind for \$object, \\$object. Added tests...
2008-11-11 Norbert Buchmuller Changed behaviour to not stringify blessed objects...
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-06 Laurent Dami patch by Norbert BUCHMULLER: arguments to 'where' that...
2008-11-05 Laurent Dami patch by Norbert BUCHMULLER (order_by => undef)
2008-11-05 Laurent Dami fixed bug signaled by Zbigniew Lukasiak : -and =>...
2008-10-26 Laurent Dami moved internal test module into published SQL/Abstract...
2008-10-16 Laurent Dami (no commit message)
2008-06-12 Guillermo Roditi fix for key => [] + tests + cleanup of 02where.t
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...
2007-02-07 Ash Berlin Added { -desc => 'foo' } order by support
2007-02-07 Ash Berlin Sanitised layout - now to start hacking
2007-02-07 Ash Berlin quoting tests
2007-02-07 Ash Berlin abstract from code imported from DBIC::SQL::Abstract...
2007-02-07 Ash Berlin initial "import"