Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource /
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Peter Rabbitson Fix _resolve_collapse to always consider the entire...
2013-02-14 Peter Rabbitson ETOOMANYARGS - change _resolve_collapse to take a coupl...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
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 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-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-04-08 Rafael Kitover Consistently use MyApp::Schema throught the documentation
2010-07-10 Peter Rabbitson Merge branch 'view-deps'
2010-07-10 Amiri Barksdale... Use fully-qualified result class names instead of sourc...
2010-07-10 Amiri Barksdale... Remove useless dep in View.pm.
2010-07-10 Amiri Barksdale... Change API of deploy_depends_on: pass it source names...
2010-06-29 Justin Hunter Fix example SQL for View
2010-06-02 Peter Rabbitson No authorship on individual files - just the central...
2010-06-02 Amiri Barksdale Add pod for sub new in View.pm.
2010-06-01 Amiri Barksdale Change formatting and correct the docs on RS::View.
2010-06-01 Amiri Barksdale Change ViewDeps schema to use meaningful tables; use...
2010-05-31 Amiri Barksdale Remove unused includes in View.pm, remove abstract...
2010-05-27 Amiri Barksdale view_sources sorter done? --AKB
2010-05-24 Amiri Barksdale In the middle of making deploy_depends_on smarter.
2010-05-20 Amiri Barksdale Add test files and test for vie
2010-05-17 Peter Rabbitson Merge 'trunk' into 'view-deps'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-08-18 Matt S Trout dependency for views
2009-08-05 Peter Rabbitson Dynamically load necessary table classes
2009-08-05 Jess Robinson Minty's conversion of cookbook "arbitrary sql" to use...
2009-08-02 Jess Robinson Docs: Explainations of result sources and how to find...
2009-06-30 Rafael Kitover code cleanups
2009-06-05 Rafael Kitover shit doesn't work yet
2009-03-11 Wallace Reis fixed View's doc | added me to contributors list
2009-02-19 Jess Robinson POD fixing to explain views, and mention in main Result...
2008-08-25 Matt S Trout delete Core::View and ResultSourceProxy::View, fix...
2008-08-25 Guillermo Roditi is_virtual support
2008-08-25 Guillermo Roditi perl -Ilib -It/lib -MDBICTest::Schema -e'1'
2008-08-23 Guillermo Roditi ground work. still to do is tests, docs, better code
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-02-08 David Kamholz remove ResultSource::Table::Cached
2006-02-07 David Kamholz add usage example
2006-02-07 David Kamholz added ResultSource::Table::Cached
2006-02-07 David Kamholz doc fixes
2006-01-24 Matt S Trout Disabled pod test, tweaked storage_type behaviour,...
2006-01-20 Matt S Trout Changes and version bump for release plus a missing add