Protect several resolve_relationship_condition() callsites
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource / View.pm
2016-07-26 Peter Rabbitson Comprehensive diagnostic on incorrect ResultSource...
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-05-04 Peter Rabbitson Explicit exception clarifying that $rsrc->from() is...
2015-09-19 Dagfinn Ilmari Man... Fix invalid variable names in ResultSource::View examples
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
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'
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-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