remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / t / 01generate.t
2019-09-30 Matt S Trout require explicit restoration of old unop behaviour...
2019-09-22 Matt S Trout switch delete to clauses system
2019-04-18 Matt S Trout improve infinite recursion debugging, fix infinite...
2019-04-17 Matt S Trout move clause rendering to better calling convention
2019-02-13 Matt S Trout make the DBIC required warning scoped
2019-02-12 Matt S Trout single fire -nest warning because DBIC expects it,...
2018-10-28 Matt S Trout for compat, single select arg doesnt quote
2018-10-25 Matt S Trout fix undef (null) values passed to update
2018-09-18 Matt S Trout set values in update via expand/render
2018-09-08 Matt S Trout regularise more code, switch one test from die to warn...
2018-09-07 Matt S Trout better results from 01generate when a test unexpecteedl...
2017-04-13 Dagfinn Ilmari Man... Whitespace cleanup
2017-03-21 Sebastian Riedel Add support for DELETE ... RETURNING ...
2016-03-04 Dagfinn Ilmari Man... Fix ->insert($table, \@values) with >26 values (RT...
2014-12-15 Dagfinn Ilmari Man... Add support for UPDATE ... RETURNING ...
2014-09-25 Peter Rabbitson Deprecate and properly handle empty lhs
2014-07-17 Dagfinn Ilmari Man... Escape closing quote character in table and column...
2014-01-16 Peter Rabbitson Port scalarref in array of sources test from dq (7732c37a)
2014-01-16 Peter Rabbitson Fix regression in column level { not => undef } op
2014-01-03 Dagfinn Ilmari Man... Check for extra warnings, and diag input and output
2013-12-26 Dagfinn Ilmari Man... Move simple IN/BETWEEN tests to t/05in_between.t
2013-12-26 Dagfinn Ilmari Man... Port fce4b7a9 from the DQ branch (with warning expectat...
2013-12-26 Peter Rabbitson Reintroduce handling of IS( NOT) ops
2013-12-26 Peter Rabbitson Extensive tests and deprecations of multivalue/no value...
2013-12-26 Peter Rabbitson Move test to a better location (no changes)
2013-12-26 Peter Rabbitson Normalize handling of expected warnings/exceptions...
2013-12-26 Peter Rabbitson Remove many of the settled-by-time comments, modernize...
2013-12-18 Dagfinn Ilmari Man... Clarify in => undef exception (based on 90c87778)
2013-12-18 Peter Rabbitson Backport undef-with-in tests from DQ, add "roadwork...
2013-12-18 Dagfinn Ilmari Man... Extra test from the DQ branch (passes in 1.5)
2013-12-04 Dagfinn Ilmari Man... Document and test non-reference { -in => ... }
2013-06-09 Peter Rabbitson Kill the plan
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-05 Peter Rabbitson Fix stupid assumption in parenthesis unroller
2010-10-21 Peter Rabbitson Add support for { -op => $foo } in UPDATE arguments
2010-09-29 Peter Rabbitson Fix bogus test (does not pass yet)
2010-05-31 Peter Rabbitson Fix missed preexisting borked test
2010-05-27 Peter Rabbitson Whitespace/comment cleanup
2010-05-16 Peter Rabbitson Puke in bind-assert and rewrite test to stop T::E from...
2010-04-04 Peter Rabbitson Fix RTs #56062 and #56258
2010-03-23 Peter Rabbitson ILIKE is common enough to be in core
2010-03-09 Peter Rabbitson Extra nesting test and fix
2010-01-28 Peter Rabbitson optional functionality for INSERT
2009-03-29 Peter Rabbitson Remove CR/LF and exec bits
2009-03-24 Peter Rabbitson All functionality tests in, except for nest and opX...
2009-03-22 Peter Rabbitson Reverting massive test breakage by LDAMI - this stuff...
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"