Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2016-09-30 Peter Rabbitson Simplify internal implementation of as_subselect_rs
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-30 Peter Rabbitson Retire the ASSERT_NO_INTERNAL_WANTARRAY macro
2016-09-30 Peter Rabbitson Fix func_rs() and as_subselect_rs() to start behaving...
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
2016-09-26 Peter Rabbitson Remove last internal use of the legacy _resolve_conditi...
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-19 Peter Rabbitson With time couple DBIHacks methods became single-callsit...
2016-09-19 Peter Rabbitson Centralize specification of expected Result class base...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-08-21 Peter Rabbitson Remove bizarre $_[$#_] idiom from the codebase
2016-08-21 Peter Rabbitson Only normalize conditions during resolution time, inste...
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
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-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
2015-11-13 Vadim Pushtaev Fix POD typo
2015-11-05 Peter Rabbitson Move the rows/offset sanity checks from DBI to _resolve...
2015-08-12 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-08-12 Peter Rabbitson Minor op reorder in ::ResultSet::related_resultset
2015-08-12 Peter Rabbitson Simplify and rename _resolve_prefetch
2015-08-12 Peter Rabbitson Move prefetch selector injection a bit further down...
2015-06-26 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-06-26 Peter Rabbitson Minor op reorder in ::ResultSet::related_resultset
2015-06-23 Peter Rabbitson Simplify and rename _resolve_prefetch
2015-06-23 Peter Rabbitson Move prefetch selector injection a bit further down...
2015-03-20 Karen Etheridge Cross-reference alias with current_source_alias
2015-03-20 C.J. Adams-Collier Linked "prefetch" in columns documentation
2015-03-20 Karen Etheridge Cross-reference alias with current_source_alias
2015-03-20 C.J. Adams-Collier Linked "prefetch" in columns documentation
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2014-11-05 Peter Rabbitson Correctly document the 'where' attribute
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-10-24 Peter Rabbitson HRI is part of a pretty hot codepath, just load it...
2014-10-08 Karen Etheridge cross-reference alias with current_source_alias
2014-09-24 Dagfinn Ilmari Man... Fix literal SQL and bind values example in "columns...
2014-09-24 Karen Etheridge Document including literal SQL and values in a resultse...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-19 Peter Rabbitson Properly handle empty group_by/order_by
2014-09-01 Peter Rabbitson Deduplicate (and stabilize) the result of _collapse_cond
2014-08-12 Ben Hutton Update 'as' vs '-as' discussion in ResultSet.pm
2014-08-12 Olaf Alders Reword the having attribute reference
2014-08-08 Ben Hutton Add extra doc line expanding on the role of the prefetc...
2014-08-05 Dagfinn Ilmari Man... Fix $rs->populate with column name array but no row...
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
2014-08-05 Peter Rabbitson Cosmetic rearranging/renaming of some parts of the...
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-29 Peter Rabbitson Deprecate _build_unique_cond, move its guts to ::Result...
2014-07-28 Karen Etheridge show more ways to include literal bind values
2014-07-28 Karen Etheridge use standard '' quoting for string literals
2014-07-28 Karen Etheridge document including literal SQL and values in a resultse...
2014-07-28 Peter Rabbitson The merger failing is no longer a possibility after...
2014-07-28 Peter Rabbitson Shuffle logic in find() a bit, no functional changes
2014-07-27 Peter Rabbitson Tighten even more inflate_result() invocations, for...
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-24 Karen Etheridge The current_source_alias is prepended, not a literal...
2014-07-23 Peter Rabbitson Entirely and utterly rewrite populate(), fixing the...
2014-07-21 Peter Rabbitson Add internal assertion guard for some indirect calls...
2014-07-19 Peter Rabbitson Remove duplicate arg-check in create(), adjust exceptio...
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-07-08 Peter Rabbitson Teach order_by stability analyzer about search_related
2014-07-08 Peter Rabbitson Pass the main rsrc in attrs, instead of trying to fish...
2014-07-08 Peter Rabbitson Clearer name of method/variables before refactoring
2014-07-07 skaufman Better (and much more precise) explanation of Moose...
2014-07-01 skaufman Better example/documentation of custom resultset classes
2014-07-01 skaufman Change tab space (4 => 2), no further changes
2014-07-01 Peter Rabbitson Move the Subclassing POD under Examples
2014-07-01 Peter Rabbitson namespace::autoclean is a really stupid idea - purge...
2014-06-19 Alexander Hartmaier Improved docs for ResultSet columns attribute on how...
2014-06-19 Alexander Hartmaier More coherent +(columns/select/as) quoting notices...
2014-06-19 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson Adjust error messages - joinfrees can be returned from...
2014-06-04 Peter Rabbitson Fix grave resultset-level delete/update bug
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-05-22 Peter Rabbitson Remove dead code missed by cleanup b72339859
2014-04-07 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-11 Karen Etheridge Pod/comment fixes
next