Protect several resolve_relationship_condition() callsites
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource /
2016-09-27 Peter Rabbitson Protect several resolve_relationship_condition() callsites
2016-09-27 Peter Rabbitson Switch reverse_relationship_info() to the relcond resolver
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
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-06-21 Peter Rabbitson Add 'PERL_VERSION' foldable constant, switch lib-ish...
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-05-04 Peter Rabbitson Explicit exception clarifying that $rsrc->from() is...
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...
2016-03-30 Peter Rabbitson Store collapser source in the resultset private metadat...
2016-03-30 Peter Rabbitson Step up the error reporting on unexpected NULLs during...
2016-03-30 Peter Rabbitson First part of changes for better unexpected NULL reporting
2016-03-29 Peter Rabbitson Support one more convoluted case of data-poor collapse
2016-03-28 Peter Rabbitson More tests and tighter code with better error reporting...
2016-03-28 Peter Rabbitson Fix incorrect data returned in a corner case of partial...
2016-03-28 Peter Rabbitson Remove some old forgotten pieces of code in collapse...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-09-19 Dagfinn Ilmari Man... Fix invalid variable names in ResultSource::View examples
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Simplify and rename _resolve_prefetch
2015-08-12 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-08-12 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-08-12 Peter Rabbitson The encode-and-substitute in the generator is not neces...
2015-08-12 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2015-07-03 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-06-23 Peter Rabbitson Simplify and rename _resolve_prefetch
2015-05-20 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-05-20 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-05-20 Peter Rabbitson The encode-and-substitute in the generator is not neces...
2015-05-20 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2014-10-24 Peter Rabbitson Fix idiocy that snuck in bdbd2ae8a - I only want fatal...
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-21 Peter Rabbitson Replace B::perlstring with our own implmentation thereof
2014-06-11 Peter Rabbitson Pedantry - settle on rel_name vs relname, consistency...
2014-01-19 Peter Rabbitson Unused import
2013-08-08 David Steinbrunner typo fixes
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-17 Peter Rabbitson Use the defined-or operator in generated code on newer...
2013-04-17 Peter Rabbitson Another parser microoptimisation - lose nullability...
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-03-10 Peter Rabbitson Simplify more - remove loop and cleanup the while cond
2013-03-10 Peter Rabbitson An underdefined root has to use the %cur_row_ids container
2013-03-10 Peter Rabbitson MOAR optimization - tracking is_new_res is double work
2013-03-10 Peter Rabbitson Do not rely on Data::Dumper to produce rolled out hashrefs
2013-02-20 Peter Rabbitson Optimize the HRI-direct collapser even more
2013-02-20 Peter Rabbitson Fatalize warnings within the compiled row parsers
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-14 Peter Rabbitson Reintroduce conditional null-branch pruning and add...
2013-02-14 Peter Rabbitson And another collapser issue
2013-02-14 Peter Rabbitson Yet another collapser oversight
2013-02-14 Peter Rabbitson Simplify collapse map contents, shuffle things around...
2013-02-14 Peter Rabbitson Move the infmap verification/exception way earlier
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
next