Bring in line behavior of related_resultset() on both $rs and $result
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
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-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-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 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-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
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Karen Etheridge fix pod formatting of this code snippet
2013-09-02 Peter Rabbitson Fix typoed variable (just remote the shorthand entirely...
2013-08-08 David Steinbrunner typo fixes
2013-07-10 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 point out where in the docs a user is most likely to...
2013-04-26 Matt Phillips Stop adding empty caches to resultsets chained off...
2013-04-24 Jordan Metzmeier fix syntax error in pod documentation for find_or_new
2013-04-24 Peter Rabbitson Stop instantiating a cursor on single() use
2013-04-24 Peter Rabbitson Fix very subtle but deadly bug in single()
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
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-19 Peter Rabbitson Store the final calculated select args in the original $rs
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-18 Peter Rabbitson Cut down amount of calls to _resolve_aliastypes_from_se...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Matt S Trout Variation of dq's d35a4e048 - sanify multiplying join...
2013-04-17 Peter Rabbitson Consider where condition when determining leftmost...
2013-04-17 Peter Rabbitson Stop needlesly invoking the $rs bool overload
2013-04-17 Peter Rabbitson Normalize varnames (zero functional changes)
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-01 Peter Rabbitson Simplify _select_args_to_query - contortions not needed...
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson Warn in case of iterative collapse being upgraded to...
2013-03-10 Peter Rabbitson Move CDBI code out of the main ResultSet implementation
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-03-10 Peter Rabbitson Rename some private methods/attributes to align with...
2013-03-10 Peter Rabbitson Scale back validation of the 'as' attribute (revert...
2013-03-10 Peter Rabbitson Clarify result_class tweaking on active/cached cursors
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-05 Peter Rabbitson Clarify wtf do we have a _bool
2013-02-26 Peter Rabbitson Warn on signs of Moose-borkage (in case it gets to...
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-20 Peter Rabbitson Clarify prefetch documentation a bit, remove the nonsen...
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-15 Brendan Byrd Fix minor docs issues in ResultSet changes
2013-02-14 Peter Rabbitson Rudimentary documentation
2013-02-14 Peter Rabbitson Reintroduce conditional null-branch pruning and add...
2013-02-14 Peter Rabbitson Optimization - order only on lazy prefetch
2013-02-14 Peter Rabbitson Move the infmap verification/exception way earlier
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Peter Rabbitson Unset collapse in even more cases
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
next