Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / relationship /
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
2016-09-26 Peter Rabbitson Tighten up value inferrence in relationship resolution
2016-06-10 Peter Rabbitson Fix m2m regression from 8a67d9cf (simple but deadly)
2016-05-04 Peter Rabbitson Pull apart a test section (no functional changes)
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Expand (and complicate) m2m test from e98e6478
2015-08-12 Peter Rabbitson Change incomprehensible names of test relationships...
2015-08-12 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-08-12 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-07-05 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-07-05 Peter Rabbitson Expand (and complicate) m2m test from e98e6478
2015-07-05 Peter Rabbitson Change incomprehensible names of test relationships...
2015-07-05 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-07-03 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-27 Peter Rabbitson Upgrade the "too many args on customcond" warning from...
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-20 Peter Rabbitson Greatly improve diagnostic messages of _resolve_relatio...
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-06-11 Gerda Shank Add (now passing) tests for set_from_related() via...
2014-06-11 Peter Rabbitson Adjust error messages - joinfrees can be returned from...
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-06-04 Peter Rabbitson Rename some variables and reformat the FC/IC codepaths...
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-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-01-13 Peter Rabbitson SQLite changed their exception text again
2013-12-30 Karen Etheridge Extra (passing) test case generated while investigating...
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-01 Peter Rabbitson This infrastructure was removed ages ago by 263e41be
2013-03-01 Peter Rabbitson Remove TODO that could never be made to work (revert...
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...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson I think we are done here
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Peter Rabbitson Correct test-relationship name/type
2011-04-22 Peter Rabbitson Fix custom-relationships on resultsources with multilev...
2011-04-08 Moritz Onken Test for an insane yet valid rel condition with subquery
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-02-24 Peter Rabbitson Fix rev_rel_info on prototype sources
2011-01-20 Peter Rabbitson Rewrite the check for nontrivial joinfree conditions...
2011-01-20 Peter Rabbitson Add some extra tests written while debugging, remove...
2011-01-20 Peter Rabbitson Untodoify tests - these are not 'nice to have', they...
2011-01-20 Peter Rabbitson Back out "support for prefetch from resultsource using...
2011-01-20 Daniel Ruoso do not use "me" on the related_resultset pessimization
2011-01-20 Daniel Ruoso fix the alias in the identity column
2011-01-20 Daniel Ruoso When getting a related_resultset in a row with custom...
2011-01-20 Daniel Ruoso adds a test with many to many and extended rels that...
2011-01-20 Daniel Ruoso support for prefetch from resultsource using extended_rels
2011-01-20 Daniel Ruoso checks if the complex conditions are overriden in set_f...
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso First attempt to make extended_rels work.
2011-01-20 Peter Rabbitson Reshape initial tests
2011-01-20 Moritz Onken failing test
2010-12-01 Peter Rabbitson Keep belongs_to related object / fk values in sync
2010-11-10 Peter Rabbitson Deprecate rolled-out hash-condition in search()
2010-10-16 Peter Rabbitson Fix find() with an explicit constraint name (... {...
2010-10-16 Peter Rabbitson Switch t/relationship/core.t $@ checks to Test::Exception
2010-10-04 wreis Extend proxy rel attr
2010-03-01 Peter Rabbitson Add has_relationship proxy to row
2010-03-01 Peter Rabbitson Fix incorrect placement of condition resolution failure...
2010-01-15 Peter Rabbitson Adjust sql-emitter tests
2009-11-12 Peter Rabbitson Fix return value of in_storage
2009-09-22 Peter Rabbitson this would break in the future - sanitize sql fed to...
2009-09-21 Peter Rabbitson A test for an obscure join syntax - make sure we don...
2009-09-11 Peter Rabbitson Extend prefetch tests
2009-07-02 Peter Rabbitson And more fail
2009-07-02 Peter Rabbitson Another candidate for somethingawful.com (fix left...
2009-06-29 Peter Rabbitson Test cleanups
2009-06-24 Peter Rabbitson find_related fix for single-type relationships
2009-06-20 Peter Rabbitson todoify skip
2009-06-04 Peter Rabbitson Move relationship tests around