SQLA syntax regression from 1.24
[dbsrgits/SQL-Abstract.git] / t / 01generate.t
2009-03-19 Marcus Ramberg SQLA syntax regression from 1.24
2009-03-19 Rob Kinyon cp -r from branches/1.50_RC where svk push won't work
2009-03-08 Peter Rabbitson Add value-only insert test with a literal sql snippet
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 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-01-30 Norbert Buchmuller Passing a hashref as bind value in insert() does not...
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-06 Laurent Dami patch from mendel, using Test::Builder
2008-10-26 Laurent Dami moved internal test module into published SQL/Abstract...
2008-10-16 Laurent Dami (no commit message)
2007-02-07 Ash Berlin Sanitised layout - now to start hacking
2007-02-07 Ash Berlin initial "import"