Check relationship declarations more consistently
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-29 Peter Rabbitson Deprecate _build_unique_cond, move its guts to ::Result...
2014-07-27 Peter Rabbitson Upgrade the "too many args on customcond" warning from...
2014-07-25 Peter Rabbitson Bring back resolve_condition deleted in 03f6d1f7
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Mintywalker Add 3rd example of col info in ResultSource->add_column
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-23 Peter Rabbitson Now that populate is rewritten: finalize the resolver...
2014-07-23 Peter Rabbitson One more output for the resolver - used in next commit
2014-07-22 Peter Rabbitson Re-fix relcond resolver: revert 5592d633 (in turn parti...
2014-07-20 Peter Rabbitson Greatly improve diagnostic messages of _resolve_relatio...
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-06-13 Peter Rabbitson More fallout of the _resolve_cond refactor 03f6d1f7
2014-06-12 Peter Rabbitson Even more robust _resolve_condition shim - guess rel_na...
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Pedantry - settle on rel_name vs relname, consistency...
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson First step to add some sanity to _resolve_condition
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-28 Karen Etheridge spelling fix
2014-04-25 Mintywalker $pedantry =~ s/columns/column/
2013-09-16 Peter Rabbitson Consolidate single-pk checks from relationship inferren...
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-08-08 David Steinbrunner typo fixes
2013-07-15 Dagfinn Ilmari Man... Fix glossary link
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-03-10 Peter Rabbitson Remove some superfluous expensive try blocks
2013-02-20 Peter Rabbitson Sanity-check columns added as primary key
2013-02-14 Peter Rabbitson Write correct odd (not even) relchain depth on primary...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2012-12-13 Brendan Byrd Add linkback to ResultSource::resultset_attributes
2012-12-11 Brendan Byrd Fill gaps in documentation: alias ($rs attr), table_ali...
2012-12-11 Brendan Byrd Various other POD fixes
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-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2012-03-02 Moritz Onken implemented _collapse_result and _merge_result
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2011-11-26 Peter Rabbitson Fix the join/prefetch resolver when dealing with '...
2011-11-25 Mark A. Stratman Documented $resultsource->name
2011-06-17 Peter Rabbitson Fix all invocations of _resolve_condition to match...
2011-06-05 Peter Rabbitson Minor cleanup of ResultSource attributes
2011-06-04 Pedro Melo Revert "Fix incorrect default sqlt_deploy_hook signatur...
2011-05-23 Justin Hunter fix typo
2011-05-02 Peter Rabbitson Fix incorrect default sqlt_deploy_hook signature
2011-04-16 Robert Bohne Add retrieve_on_insert column_info flag, to autoretriev...
2011-04-08 Rafael Kitover Consistently use MyApp::Schema throught the documentation
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-11 Jason Mills Fix 'exit via next' warning from DBIx::Class::ResultSou...
2011-02-27 Jonathan Yu Minor POD spelling and link fixes
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-24 Peter Rabbitson Fix rev_rel_info on prototype sources
2011-02-24 Peter Rabbitson Simplify implementation of reverse_relationship_info...
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-20 Peter Rabbitson Rewrite the check for nontrivial joinfree conditions...
2011-01-20 Peter Rabbitson Fix $object->search_related aliasing, change semantics...
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-20 Daniel Ruoso use $self->{from_bind} for extra binds transport
2011-01-20 Peter Rabbitson Untodoify tests - these are not 'nice to have', they...
2011-01-20 Peter Rabbitson Back out "support for prefetch from resultsource using...
2011-01-20 Daniel Ruoso support for prefetch from resultsource using extended_rels
2011-01-20 Daniel Ruoso checks if the complex conditions are overriden in set_f...
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2011-01-20 Daniel Ruoso First attempt to make extended_rels work.
2011-01-19 Alexander Hartmaier Fix deploy and relationship traversal on partial schemas
2011-01-19 Peter Rabbitson Fix stupid stupid ommission RT#64839
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-08-04 Peter Rabbitson Collapse-calculator finally works (GPW++)
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson Now collapse is a flag, not a list
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson resolve_prefetch and resolve_join changed so much from...
2010-08-04 Peter Rabbitson Restore backwards compatibility - introduce intent...
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Moritz Onken rewrite of _collapse_result to support prefetch of...
2010-07-14 Peter Rabbitson _pri_cols throws incorrect exceptions when called on...
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2010-07-02 Slaven Rezic fix documentation on DBIx::Class::ResultSource::name_un...
2010-06-17 Matthias Dietrich Fixed link to DBIx::Class::Manual::Intro
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
next