Unqualify imported functions
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSetColumn.pm
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-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