Add linkback to ResultSource::resultset_attributes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
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
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-03-24 Peter Rabbitson One missed step
2010-03-24 Peter Rabbitson Clearer 'no such rel' errors, correct exception on...
2010-03-09 Andrew Rodland Support add_columns('+colname'=>{...}) syntax to augmen...
2010-03-06 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-06 Peter Rabbitson One more PODlink
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-08 Peter Rabbitson Merge some obsolete code cleanup from the prefetch...
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-17 Peter Rabbitson Turned out to be much trickier
2010-01-17 Peter Rabbitson That was tricky :)
2010-01-17 Peter Rabbitson Getting warmer
2010-01-09 Peter Rabbitson Proper invocation
2009-12-31 Rafael Kitover got something working
2009-12-12 Peter Rabbitson As clear as it gets
2009-12-12 Peter Rabbitson Even clearer unloaded FK exception
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-10-26 Rob Kinyon Fixed bad if-check in columns()
2009-09-18 Peter Rabbitson duh
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-17 Peter Rabbitson Fix left-join chaining
2009-09-11 Peter Rabbitson Extend prefetch tests
2009-09-09 Peter Rabbitson Really sanify exception text
2009-09-09 Peter Rabbitson Fix warning
2009-09-03 Peter Rabbitson Storable sanification
2009-09-02 Peter Rabbitson Invoke default_join_type only on undefined types
2009-08-09 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-08-09 Peter Rabbitson Fix an arcane case with pk==fk tables (use the relation...
2009-08-08 Peter Rabbitson Fix a corner case and improve comments
2009-08-06 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-08-05 Peter Rabbitson Dynamically load necessary table classes
2009-08-03 Peter Rabbitson Merge 'trunk' into 'table_name_ref'
next