Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / resultset /
2016-03-30 Peter Rabbitson Fix *stupid* silencing of exceptions introduced in...
2016-03-30 Peter Rabbitson Store collapser source in the resultset private metadat...
2016-03-30 Peter Rabbitson Step up the error reporting on unexpected NULLs during...
2016-03-30 Peter Rabbitson First part of changes for better unexpected NULL reporting
2016-03-29 Peter Rabbitson Support one more convoluted case of data-poor collapse
2016-03-28 Peter Rabbitson More tests and tighter code with better error reporting...
2016-03-28 Peter Rabbitson Fix incorrect data returned in a corner case of partial...
2016-03-28 Peter Rabbitson Remove some old forgotten pieces of code in collapse...
2016-03-23 Peter Rabbitson Better testing that RT#63874 being fully fixed by ddcc02d1
2016-03-03 Peter Rabbitson (optdeps) One last pass through tests, streamline skip...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2015-11-05 Peter Rabbitson Move the rows/offset sanity checks from DBI to _resolve...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-08-12 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-08-12 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-08-12 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2015-05-20 Peter Rabbitson Fix forgotten 'unless' tripped by 05a5ca4b (introduced...
2015-05-20 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-05-20 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-05-20 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-02-10 Peter Rabbitson Remove DateTime requirement from tests that do not...
2014-10-24 Peter Rabbitson Fix idiocy that snuck in bdbd2ae8a - I only want fatal...
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-09-10 Peter Rabbitson Fix incorrect cond construction in _minimal_valueset_sa...
2014-07-27 Peter Rabbitson Tighten even more inflate_result() invocations, for...
2014-07-21 Peter Rabbitson Replace B::perlstring with our own implmentation thereof
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-06-04 Peter Rabbitson Fix grave resultset-level delete/update bug
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-28 Peter Rabbitson Switch most remaining debug-hooks to $dbictest_schema...
2014-05-28 Peter Rabbitson Retire DBIC::DebugObj, replace with $dbictest_schema...
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-19 Peter Rabbitson Explicitly disallow redirection of has_many columns...
2013-04-17 Peter Rabbitson Use the defined-or operator in generated code on newer...
2013-04-17 Peter Rabbitson Another parser microoptimisation - lose nullability...
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-19 Peter Rabbitson Fix test failing with some tracing envvars (and smoke...
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-03-10 Peter Rabbitson Forgotten cruft after 52864fbd5
2013-03-10 Peter Rabbitson Simplify more - remove loop and cleanup the while cond
2013-03-10 Peter Rabbitson An underdefined root has to use the %cur_row_ids container
2013-03-10 Peter Rabbitson MOAR optimization - tracking is_new_res is double work
2013-03-10 Peter Rabbitson BAIL_OUT stops the entire test run - do not want that
2013-03-10 Peter Rabbitson Scale back validation of the 'as' attribute (revert...
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-08 Peter Rabbitson More comprehensive test of qualifier stripping for...
2013-02-20 Peter Rabbitson Optimize the HRI-direct collapser even more
2013-02-20 Peter Rabbitson Fatalize warnings within the compiled row parsers
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-14 Peter Rabbitson Reintroduce conditional null-branch pruning and add...
2013-02-14 Peter Rabbitson And another collapser issue
2013-02-14 Peter Rabbitson Yet another collapser oversight
2013-02-14 Peter Rabbitson Simplify collapse map contents, shuffle things around...
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Peter Rabbitson Fix _resolve_collapse to always consider the entire...
2013-02-14 Peter Rabbitson ETOOMANYARGS - change _resolve_collapse to take a coupl...
2013-02-14 Peter Rabbitson Fixups for 5.17.6+ hash randomization
2013-02-14 Peter Rabbitson Hit an MC hash-order bug - simplify create, and solve...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-04 Peter Rabbitson Extra tests from an old debugging session
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-01-26 Peter Rabbitson Assert that complex bindtytyping passage works for...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-31 Arthur Axel 'fREW... fix from => $rs->as_query
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Shuffle tests around (no changes)
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-05-31 Peter Rabbitson Test cleanup
2010-05-31 Peter Rabbitson Fix update/delete on prefetching resultsets
2010-05-15 Peter Rabbitson Fix stupid typo-bug
2010-05-05 Peter Rabbitson Changes
2010-02-12 Dan Thomas Add is_ordered to DBIC::ResultSet
2010-02-07 Arthur Axel "fREW... add as_subselect_rs
2009-12-19 Peter Rabbitson Failing test
2009-11-26 Peter Rabbitson Make Test::More happy
2009-11-26 Peter Rabbitson Fix for rt46953
2009-11-26 Peter Rabbitson cleanups
2009-11-12 Peter Rabbitson _cond_for_update_delete is hopelessly broken attempting...
2009-10-09 Peter Rabbitson Ugh CRLF
2009-10-09 Arthur Axel "fREW... change name of method
2009-10-07 Arthur Axel "fREW... is_paginated method and test
2009-09-04 Peter Rabbitson Dumper follies
2009-05-23 Peter Rabbitson Make sure MultiColumnIn quotes column names while mungi...
2009-05-23 Peter Rabbitson Tests and test schema adjustments for resultset update...
next