Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSetColumn.pm
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 Tighten up code in ResultSetColumns, add INDIRECT annot...
2016-09-30 Peter Rabbitson Fix func_rs() and as_subselect_rs() to start behaving...
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2014-05-22 Peter Rabbitson Add test ensuring we do not lose binds on esoteric...
2014-05-22 Dagfinn Ilmari Man... Refactor _recurse_fields to return the bind values
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-03-10 Peter Rabbitson Properly wrap a subquery around grouped resultsets...
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2012-12-11 Brendan Byrd FINALLY document DBIC @bind_vals
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-03-02 Peter Rabbitson Deduplicate code in RSC, use the RSRC unique constraint...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-11-18 Peter Rabbitson Unqualify imported functions
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson Now collapse is a flag, not a list
2010-06-01 Rafael Kitover remove useless use of n::c
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-03-01 Peter Rabbitson Cleanup logic in RSC
2010-02-05 Peter Rabbitson Should not be needed
2010-02-05 Peter Rabbitson RSC subquery can not include the prefetch
2010-02-05 Peter Rabbitson Looks like RSC is finally (halfway) fixed
2010-01-20 Peter Rabbitson Fix minor RSC bug
2010-01-09 Peter Rabbitson Subqueries no longer experimental
2009-09-18 Peter Rabbitson Minor cleanup of RSC with has_many joins
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-11 Peter Rabbitson Add single() ro RSC
2009-09-10 Peter Rabbitson The real fix
2009-09-10 Aran Deltac Fix RSC->reset() to no longer return $self, which fixes...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-06-30 Peter Rabbitson rs->get_column now properly recognizes prefetch and...
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-21 Peter Rabbitson Clarify usage of _resolved_attrs by adding the explicit...
2009-05-07 Peter Rabbitson Back out skip_parens support in as_query
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-04-23 Cory G Watson Fix busted get_column when using +select (and friends)
2009-03-06 Rob Kinyon Merge 'trunk' into 'prefetch'
2009-03-06 Rob Kinyon Changed how the EXPERIMENTAL tag for subqueries and...
2009-03-05 Rob Kinyon Added experimental tag to as_query and subqueries in...
2009-02-18 Rob Kinyon The tests are truly failing tests
2009-02-15 Rob Kinyon Subqueries are done
2009-02-13 Rob Kinyon Added as_sql and as_subselect as wrappers around as_query
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2008-11-16 Norbert Buchmuller Merge 'resultsetcolumn_custom_columns' into 'trunk'
2008-11-15 Norbert Buchmuller * Rewrote fetching the 'select' and 'as' values from...
2008-11-14 Norbert Buchmuller * Fixed a bug: did not create the underlying resultset...
2008-11-14 Norbert Buchmuller * Added ->first and ->reset implementation to ResultSe...
2008-11-11 Norbert Buchmuller * Fixed test cases of ResultSetColumn vs. +select...
2007-09-27 Brian Cassidy ResultSetColumn::func() now returns all results if...
2007-07-09 Luke Saunders updated changes. fixed ResultSetColumn w/prefetch problem
2006-11-23 David Kamholz - nuke old _resultset caching stuff
2006-07-27 Jess Robinson Documentation improvements
2006-04-08 Luke Saunders renamed 27result_set_column tests and fixed minor doc...
2006-04-07 Luke Saunders new class ResultSetColumn and tests