Resolve $rsrc instance duality on metadata traversal
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
2016-07-25 Peter Rabbitson Resolve $rsrc instance duality on metadata traversal
2016-07-25 Peter Rabbitson Add a clone method to ResultSource, switch obvious...
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-07-14 Peter Rabbitson Add more forceful (STDERR-direct) warning emitter
2016-07-03 Peter Rabbitson Fill in missing documentation in ::Schema / ::ResultSource
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-14 Peter Rabbitson This was commented out in 2008 (5b0b4df8) and never...
2016-03-23 Peter Rabbitson Make sure handling of exception_action is recursion...
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-04 Peter Rabbitson Streamline couple code paths/texts, no func changes...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Detect and very loudly warn about Return::Multilevel...
2015-08-13 Peter Rabbitson Add is_exception check to the result of exception_actio...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2014-10-24 Peter Rabbitson These loads are no longer necessary after d7d45bdc65
2014-10-24 Peter Rabbitson Replace a couple useless string evals with their equivalent
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-01-19 Peter Rabbitson Centralize handling of refcount in DBIC::_Util
2013-11-08 Peter Rabbitson Rename imprecisely named variables in the load_namespac...
2013-08-26 Peter Rabbitson Standardize examples/docs on Schema::Loader schema...
2013-08-08 David Steinbrunner typo fixes
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-07-15 Dagfinn Ilmari Man... Fix POD typo Retur -> Return
2013-04-15 Matt Phillips Changes pod references to deprecated SQLT methods
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-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
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-04-27 Peter Rabbitson Simplify untainting - Module::Find can't return invalid...
2012-04-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-09 Peter Rabbitson Fix complete breakage of ddl_filename on certain paths
2012-04-04 Rafael Kitover move schema state copy to _copy_state_from
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2011-10-25 Peter Rabbitson Cleanup compose_namespace(), clarify leaktests wrt...
2011-07-17 Peter Rabbitson Fix last test susceptible to spurious warnings, cleanup...
2011-05-31 Florian Ragwitz Allow changing attributes on schema cloning
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-12 Robert Buels reorganize docs for load_namespaces method
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-19 Maik Hentsche Cleaner error message for using source() without requir...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2010-11-10 Peter Rabbitson Switch all Storable serialization calls from freeze...
2010-10-27 Peter Rabbitson Fix load_namespaces fail when classes tinker with $_
2010-10-04 Peter Rabbitson Fix compose_namespace rsrc leaks, introduce a badass...
2010-09-17 Peter Rabbitson Fix the exception-hungry exception_action
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 More try::tiny conversions
2010-04-24 Peter Rabbitson Revert bogus commit
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-20 Jess Robinson Warn if a class found in ResultSet/ is not a subclass...
2010-04-08 Matt S Trout fix POD links
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-01-11 Rafael Kitover make a public ::Schema::unregister_source
2010-01-09 Peter Rabbitson Merge 'trunk' into 'mssql_limit_regression'
2010-01-09 Peter Rabbitson Subqueries no longer experimental
2010-01-08 Peter Rabbitson Weird test failures
2009-12-18 Alexander Hartmaier dclone pod take #2
2009-12-18 Alexander Hartmaier link to DBIx::Class::Row
2009-12-18 Alexander Hartmaier Schema POD inprovement for dclone
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-23 Peter Rabbitson Add missing Sub::Name invocations and improve the SQLA...
2009-11-23 Peter Rabbitson refactor part 2
2009-11-19 Peter Rabbitson POD fixes
2009-08-25 Peter Rabbitson Switch storage class loading to ensure_class_loaded
2009-08-10 Michael Reddick Added exception when resultset called without an argument
2009-07-17 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-06-29 Peter Rabbitson Make sure storage classes use c3, just like the rest...
2009-06-27 Peter Rabbitson POD patch from RT#46808
2009-06-23 Peter Rabbitson Real inheritance ordering for load_namespaces
2009-06-17 Toby Corkindale Replace vague language around whether load_classes...
2009-06-01 Peter Rabbitson deploy-related pod fixes
2009-05-30 Peter Rabbitson Patch + test for more informative exceptions on load_na...
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-04-29 Jason May allow multiple classless sources to be registered witho...
2009-04-22 Peter Rabbitson Merge 'subclassed_rsset' into 'trunk'
2009-04-21 Peter Rabbitson Sloppy merge - adding imlari's fix from r5902
2009-04-21 Peter Rabbitson Merge 'trunk' into 'subclassed_rsset'
2009-04-21 Peter Rabbitson Clarify _register_source code, no functional changes
2009-04-18 Dagfinn Ilmari Man... Don't warn when reregistering a source under the same...
2009-04-08 Jason M. Mills patch for no-op, further testing required.
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2009-03-29 Peter Rabbitson Revert r5808 - this is NOT a bug, the warning IS correct
2009-03-24 Jason M. Mills Fixed _register_source to not produce 'register_extra_s...
next