Merge branch 'current/for_cpan_index' into current/dq
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2014-04-12 Peter Rabbitson Merge branch 'current/for_cpan_index' into current/dq current/dq
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2013-11-24 Matt S Trout first cut of grep_cache feature
2013-11-19 Matt S Trout move join inference cleverness into a role
2013-11-17 Matt S Trout first (naive) cut at identifier remapping and join...
2013-11-17 Matt S Trout switch to delete+local from clear_* methods
2013-11-17 Matt S Trout fix unresolvable condition handling
2013-11-17 Matt S Trout fix condition extraction for new_result
2013-11-17 Matt S Trout maintain condition order (left versus right) in _stack_cond
2013-11-17 Matt S Trout factor out _extract_top_level_conditions and use it...
2013-11-15 Matt S Trout move _extract_fixed dq methods into resultsource to...
2013-11-15 Matt S Trout some support for dq in rs condition merging and populate
2013-11-15 Matt S Trout allow DQ expr {} blocks as first arg to search
2013-11-05 Peter Rabbitson Merge branch 'master' into dq2eb
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-11-01 Matt S Trout move select arg handling to _select_to_dq to enable...
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-11 Karen Etheridge Pod/comment fixes
2013-10-09 Matt S Trout make multicolumn IN work for update/delete
2013-10-09 Matt S Trout switch having code in _count_subq_rs to DQ SQLA, update...
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-07 Matt S Trout ident dequalification in _rs_update_delete using DQ
2013-10-07 Matt S Trout only generate a cond for update/delete if we actually...
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
2013-02-13 André Walker Fix duplicated columns for count()
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Further reshuffle logic in _rs_update_delete - no funct...
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
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2013-01-12 Peter Rabbitson Remove apparent pessimization introduced in 6a588797
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Simplify/cleanup parsing of search() arguments
2012-12-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-13 Brendan Byrd Add linkback to ResultSource::resultset_attributes
2012-12-11 Peter Rabbitson Partial fix for the hash randomization issues in 5...
2012-12-11 Brendan Byrd Fill gaps in documentation: alias ($rs attr), table_ali...
2012-12-11 Brendan Byrd FINALLY document DBIC @bind_vals
2012-12-11 Peter Rabbitson Clarify purpose and deprecation of search_literal
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-14 Michael Jemmeson doc fix for Resultset find_or_new and update_or_new...
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-11-03 Alessandro Ranellucci Mention the internal join pruner in POD
2012-11-03 Matt Phillips Let SQLMaker rs_attr 'for' support string literals
2012-11-03 Felix Antonius Wil... Fix invalid pod example syntax
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-16 Peter Rabbitson This is stupid - no need to build the SQL manually...
2012-04-16 Matt S Trout No join pruning on a SINGLE TABLE FROM CLAUSE
2012-04-16 Peter Rabbitson Minor cleanups in ResultSet.pm (no functional changes)
2012-04-16 Peter Rabbitson Cleanup of stale constructor codepath comments
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
next