Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib /
2016-09-30 Peter Rabbitson Simplify internal implementation of as_subselect_rs
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-30 Peter Rabbitson Simplify guarded pass-through added to CDBI in ee333775
2016-09-30 Peter Rabbitson Retire the ASSERT_NO_INTERNAL_WANTARRAY macro
2016-09-30 Peter Rabbitson Audit and annotate all context-sensitive spots in ...
2016-09-30 Peter Rabbitson Restore the context sensitive m2m helper calling of...
2016-09-30 Peter Rabbitson Mark forgotten ::Row::id() method as indirect_sugar
2016-09-30 Peter Rabbitson Tighten up code in ResultSetColumns, add INDIRECT annot...
2016-09-30 Peter Rabbitson Fix func_rs() and as_subselect_rs() to start behaving...
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-09-27 Peter Rabbitson Remove the only use of the CAG 'inherited_ro_instance...
2016-09-27 Henry Van Styn Improve exception text during write operations on unins...
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Protect several resolve_relationship_condition() callsites
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Switch reverse_relationship_info() to the relcond resolver
2016-09-27 Peter Rabbitson Add an extra RV to the relationship resolver
2016-09-27 Peter Rabbitson Standardize indication of lack of join_free_condition...
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
2016-09-26 Peter Rabbitson Explicitly normalize results of relationship resolution
2016-09-26 Peter Rabbitson Remove last internal use of the legacy _resolve_conditi...
2016-09-26 Peter Rabbitson Tighten up value inferrence in relationship resolution
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-19 Peter Rabbitson Fix unpredictable use of reverse_relationship_info...
2016-09-19 Peter Rabbitson With time couple DBIHacks methods became single-callsit...
2016-09-19 Peter Rabbitson Centralize specification of expected Result class base...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-09-13 Peter Rabbitson Remove non-functional part of ::Storage::DBI::Sybase...
2016-09-13 Peter Rabbitson Fix silent failures on autoinc PK without an is_auto_in...
2016-09-13 Peter Rabbitson Fixup several tests silently broken by 12e7015a
2016-08-22 Peter Rabbitson Centralize loading of DBIx::Class::Exception
2016-08-21 Peter Rabbitson Remove bizarre $_[$#_] idiom from the codebase
2016-08-21 Peter Rabbitson Only normalize conditions during resolution time, inste...
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
2016-08-21 Peter Rabbitson Fix SQLA condition normalizer sometimes stripping ...
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-08-01 Peter Rabbitson Bump version to accomodate pre-beta testers
2016-08-01 Peter Rabbitson Some (very minor) fixups of emit_dups calls in e570488a
2016-07-29 Dagfinn Ilmari Man... Fix "overriden" typo
2016-07-28 Peter Rabbitson Enable the schema SanChecks on 5.8 as well
2016-07-28 Peter Rabbitson Fix inexplicable 5.8.x C3 errors - roll back e6efde04
2016-07-28 Peter Rabbitson Prevent invisible skipping of ResultSource proxy overrides
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-26 Peter Rabbitson Introducing DBIx::Class::Schema::SanityChecker
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-26 Peter Rabbitson An extra bit of diag on incomplete rsrc re-register
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 Fold column_info() into columns_info()
2016-07-25 Peter Rabbitson Resolve $rsrc instance duality on metadata traversal
2016-07-25 Peter Rabbitson Keep track of result source instance ancestry
2016-07-25 Peter Rabbitson Fully separate parent and child resultsource metadata
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-20 Peter Rabbitson Fix misleading error on deployment_statements in void ctx
2016-07-16 Peter Rabbitson Add an explicit Sub::Quote dep in ::_Util
2016-07-16 Peter Rabbitson Work around the FIXME in the previous commit
2016-07-14 Peter Rabbitson Get rid of Package::Stash \o/
2016-07-14 Peter Rabbitson Add a get_subname to _Util
2016-07-14 Peter Rabbitson Insulate DBIC::Carp from rogue can() overrides
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-07-03 Peter Rabbitson Expand describe_class_methods testing yet again
2016-07-03 Peter Rabbitson Use a single cache struct for entirety of describe_clas...
2016-06-30 Peter Rabbitson Add hash-based ISA lookup to RV of describe_class_methods
2016-06-30 Peter Rabbitson Expand signature of describe_class_methods for forward...
2016-06-23 Peter Rabbitson Add true/false non-singleton boolean objects
2016-06-21 Peter Rabbitson Revert TempExtlib ( b46b85376 ) - new Sub::Quote shipped
2016-06-21 Peter Rabbitson Add 'PERL_VERSION' foldable constant, switch lib-ish...
2016-06-20 Dagfinn Ilmari Man... Restore 'timezone' field in column info ( extends eef9b...
2016-06-18 Peter Rabbitson Slight POD correction
2016-06-16 Peter Rabbitson Simplify our quote_sub override: Sub::Quote now has...
2016-06-16 Peter Rabbitson Change the leaktracer to no longer rely on %Sub::Quote...
2016-06-16 Peter Rabbitson Remove useless eval in the leaktracer on 5.8.3+
2016-06-16 Peter Rabbitson Remove code forgotten in 085dbdd69
2016-06-14 Peter Rabbitson Remove preemptive DESTROY guard from 87f4bab0 / d63c9e64
2016-06-14 Peter Rabbitson Allow alternative mro-type specification on method...
2016-06-14 Peter Rabbitson Account for 'poor man role application' method plumbing...
2016-06-14 Peter Rabbitson Properly handle UNIVERSAL ancestry in describe_class_me...
2016-06-14 Peter Rabbitson Fix describe_class_methods on non-mergeable DFS mro
2016-06-14 Peter Rabbitson Name describe_class_methods arguments earlier
2016-06-10 Peter Rabbitson Fix m2m regression from 8a67d9cf (simple but deadly)
2016-06-07 Peter Rabbitson And yet another INDIRECT guard missed in both e5053694...
2016-06-07 Peter Rabbitson Introduce the describe_class_methods() utility function
2016-05-30 Peter Rabbitson Introduce DBIC-specific method attribute support
2016-05-30 Peter Rabbitson Attribute handling got too complex - move it into a...
2016-05-30 Peter Rabbitson Proper attribute support under ithreads (fix 7bd921c0)
2016-05-30 Peter Rabbitson Expand the c3 mro test from d009cb7d
2016-05-26 Peter Rabbitson Expand/fortify the handling of attributes
2016-05-26 Peter Rabbitson Move even more utils into DBIC::_Util (see next commit)
2016-05-26 Peter Rabbitson Prevent CLONE from potentially running more than once
2016-05-26 Peter Rabbitson Couple things forgotten during 399b9455/b46b8537
2016-05-24 Peter Rabbitson Add preliminary non-core attribute support
2016-05-24 Peter Rabbitson Force no_defer on DBIC-internal quote_sub() invocations
2016-05-24 Peter Rabbitson Bring back _TempExtlib (d0435d75), this time for Sub...
2016-05-24 Peter Rabbitson Add permanent plumbing for _TempExtlib (d0435d75)
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
next