Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
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...
2012-04-12 Alexander Hartmaier fixed current_source_alias example code
2012-04-06 Alexander Hartmaier added paragraph to update_or_create and find_or_create...
2012-03-23 Brendan Byrd Some minor POD corrections
2012-03-02 Moritz Onken implemented _collapse_result and _merge_result
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-02 Caleb Cushing add a link to SQL::Abstract for WHERE clauses
2012-01-18 Graham Knop use more correct subsection links in POD
2012-01-10 Rafael Kitover add POD on how to use Moose in custom ResultSets
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-26 Peter Rabbitson Fix the join/prefetch resolver when dealing with '...
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-10-25 Peter Rabbitson Fix find() pessimization when invoked with bare values
2011-07-17 Peter Rabbitson Stop Data::Compare from loading plugins at will
2011-07-15 Matt S Trout fix $rs->populate([]) to be a no-op rather than an...
2011-07-14 Alexander Hartmaier replaced Test::Deep::NoTest with Data::Compare to not...
2011-06-07 Peter Rabbitson Fix stupid oversight in update_all
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-05-24 Moritz Lenz [doc] replace pseudocode with real code
2011-05-02 Naveed Massjouni Added documentation for the -ident/-value operators...
2011-05-02 Peter Rabbitson Throw away the error prone _strip_cond_qualifiers
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-05-02 Peter Rabbitson Revert incorrect assumption about non-functional cached...
2011-05-02 Damien Krotkine Documentation regarding resultsets in list context
2011-04-29 Fitz Elliott prefetch docs: prefetch works on all rel types
2011-04-14 Justin Hunter fix some spelling mistakes
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-17 Matt Phillips Fixed: RS example code was broken
2011-02-27 Matt Phillips Modified: small doc patch explaining a gotcha
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-20 Daniel Ruoso use $self->{from_bind} for extra binds transport
2011-01-20 Daniel Ruoso fix the alias in the identity column
2011-01-20 Daniel Ruoso checks if the complex conditions are overriden in set_f...
2011-01-14 Peter Rabbitson Reduce to a warning the find-with-NULL-key exception...
2011-01-13 Peter Rabbitson Remove some accumulated cruft
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-12 Brian Phillips Multiple optimizations of $rs->populate
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
2011-01-05 Peter Rabbitson Fix default selection resolution - make frew happy :)
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-27 Peter Rabbitson Reduce warnings introduced in 450e6dbf to one per callsite
2010-12-23 Peter Rabbitson Fix no-quoting assumptions in 'having' docs (RT#64129)
2010-12-02 Peter Rabbitson Limit the void context search exceptions to non-dbic...
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-12-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-11-18 Peter Rabbitson Backout inconsistent changes to +columns handling
2010-11-18 Peter Rabbitson Unqualify imported functions
2010-11-18 Andrew Rodland Croak more intelligently when attrs->{page} is an unexp...
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-11-12 Mike Baas Add notes about handling of inflated objects in results...
2010-11-10 Peter Rabbitson Add Storable freeze/thaw hooks to ResultSet to detach...
2010-11-10 Peter Rabbitson Deprecate rolled-out hash-condition in search()
2010-11-10 Peter Rabbitson Die on search in void context
2010-11-10 Peter Rabbitson Hide package from PAUSE
next