Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / relationship / custom.t
2016-09-26 Peter Rabbitson Tighten up value inferrence in relationship resolution
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
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-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...
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
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-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson I think we are done here
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-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