Add test files and test for vie
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource / View.pm
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