(travis) Remove makefile fixup, now hardcoded in the subrepo
[dbsrgits/DBIx-Class.git] / lib /
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/
2016-05-24 Peter Rabbitson This piece of doc has been incorrect since c354902c
2016-05-19 Dagfinn Ilmari Man... Harmonize time zone spelling in InflateColumn::DateTime
2016-05-19 Peter Rabbitson Properly fix corner case of non-comparing overload
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
2016-05-17 Peter Rabbitson Rollback some mistaken indirect-call-elisions from...
2016-05-15 Peter Rabbitson Ensure the component_class override require()s its...
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-05-15 Peter Rabbitson Clean up the mess around $rsrc->sqlt_deploy_callback
2016-05-04 Peter Rabbitson Explicit exception clarifying that $rsrc->from() is...
2016-05-04 Peter Rabbitson In d009cb7d I stupidly created a "double around()"
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-28 Peter Rabbitson Centralize remaining uses of Sub::Name within _Util
2016-04-21 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-21 Dagfinn Ilmari Man... Use prepared statement from the start for populate...
2016-04-21 Dagfinn Ilmari Man... Fix Oracle _dbh_execute_for_fetch warning suppression
2016-04-20 Peter Rabbitson After 5e0eea35 we can actually test for cleaned namespa...
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-20 Peter Rabbitson Reorder a couple stray loads in ResultSource.pm
2016-04-20 Peter Rabbitson Fix obscure failure of CDBICompat accessor install...
2016-04-20 Peter Rabbitson Augment the infinite loop fix 4f52479b with the infra...
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2016-04-14 Peter Rabbitson This was commented out in 2008 (5b0b4df8) and never...
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-04-14 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-04-14 Peter Rabbitson Remove one level of indirection in Versioned on_connect
2016-04-14 Peter Rabbitson Add a weaken() cycle forgotten in d63c9e64
2016-04-12 Peter Rabbitson Fix forgotten finally{} in Sybase::ASE (missed in ddcc0...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-04-12 Peter Rabbitson Remove dead code from DBI::Replicated
2016-04-12 Peter Rabbitson Bring back constants excised in 08a8d8f1. FML.
2016-04-02 Peter Rabbitson Fix another ::FilterColumn bug sigh...
2016-04-02 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-04-01 Peter Rabbitson Fix annoying warnings on innocent looking MSSQL code
2016-03-30 Paul Mooney Avoid infinite loop if save point does not exist
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
next