Add comprehensive 'report-prereqs'-like tooling
[dbsrgits/DBIx-Class.git] / lib /
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2015-02-17 Peter Rabbitson Rewrite hot-ish _dbi_attrs_for_bind codepath in a leane...
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2015-02-10 Peter Rabbitson Switch CDBICompat and its tests to OptDeps
2015-02-10 Peter Rabbitson Introduce ad hoc requirements and add skip_without...
2015-02-10 Peter Rabbitson Finally implement compound OptDep group augmentation
2015-02-10 Peter Rabbitson Rewrite internals of the optdep include mechanism ...
2015-02-10 Peter Rabbitson Introduce (empty for now) intermediate optdep groups...
2015-02-10 Peter Rabbitson Relax the optdep naming criteria, introduce _-prefixed...
2015-02-10 Peter Rabbitson Move the SQLite test dependency specification to optdeps
2015-02-10 Peter Rabbitson Stabilize and further test complex optdep include scena...
2015-02-10 Peter Rabbitson Clarify optdep API signatures to be explicitly single...
2015-02-10 Peter Rabbitson Fix overspecified msaccess test optdep (should not...
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2015-01-25 Peter Rabbitson Add import-time action stub to OptDeps, switch distbuil...
2015-01-25 Peter Rabbitson Introduce basic optdeps group inclusion mechanism,...
2015-01-25 Peter Rabbitson Make OptDeps aware of envvars as first-class requiremen...
2015-01-25 Peter Rabbitson Deprecate req_errorlist_for, proxy to to modreq_errorli...
2015-01-25 Peter Rabbitson Rewrite optdeps to accept a list of groups
2015-01-25 Peter Rabbitson OptDeps doc-mangling, no functional changes
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2015-01-24 Peter Rabbitson Neither of these can fail now that we dep on 5.8.1...
2015-01-03 Peter Rabbitson Emit Optional::Dependencies error messages in a way...
2015-01-03 Peter Rabbitson Reshuffle optdeps code making next commits more readabl...
2014-12-24 Dagfinn Ilmari Man... Clean up PostgreSQL array types recipe (amalgamation...
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-11-05 Peter Rabbitson Correctly document the 'where' attribute
2014-10-25 Peter Rabbitson (internal) Introduce an extra utility function, essenti...
2014-10-24 Peter Rabbitson Fix endless loop on BareSourcelessResultClass->throw_ex...
2014-10-24 Peter Rabbitson Minor cleanup
2014-10-24 Peter Rabbitson Fix idiocy that snuck in bdbd2ae8a - I only want fatal...
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-10-24 Peter Rabbitson These are already pre-required by the OptDeps check
2014-10-24 Peter Rabbitson These loads are no longer necessary after d7d45bdc65
2014-10-24 Peter Rabbitson HRI is part of a pretty hot codepath, just load it...
2014-10-24 Peter Rabbitson Replace a couple useless string evals with their equivalent
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-10-21 Peter Rabbitson Switch optdeps to a croak import
2014-10-21 Peter Rabbitson Stop lazy-requiring B and Storable in internal functions
2014-10-20 Peter Rabbitson Bump blead version
2014-10-05 Peter Rabbitson Extra tests to ensure that the cond collapser will...
2014-10-05 Peter Rabbitson Adjust things for the is_literal_value and -ident SQLA...
2014-09-25 Peter Rabbitson Release v0.082800 v0.082800
2014-09-25 Peter Rabbitson SQLA 1.79 shipped - revert tempextlib hack from d0435d75
2014-09-25 Peter Rabbitson Boldly take the author nicknames bold
2014-09-24 Peter Rabbitson Add catherder heading as per mst's insistence
2014-09-24 Dagfinn Ilmari Man... Fix literal SQL and bind values example in "columns...
2014-09-24 Karen Etheridge Document including literal SQL and values in a resultse...
2014-09-24 Peter Rabbitson After 5268b1da populate remained the sole user of Data...
2014-09-24 Peter Rabbitson New Pod::Inherit does not need Pod::Tree
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-24 Peter Rabbitson Deal with authorship properly, in a future-sustainable...
2014-09-24 Peter Rabbitson The revert 8494142c incorrectly killed 4d93345c, reinst...
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-21 Peter Rabbitson Proper end-of-file for DBIx/Class.pm
2014-09-20 Matt S Trout Add forgotten bit preventing scan of where-binds (origi...
2014-09-19 Peter Rabbitson Properly handle empty group_by/order_by
2014-09-19 Peter Rabbitson Improve SQLT::Parser warning messages (build further...
2014-09-19 Peter Rabbitson Properly implement very sloppy and lazy hack from bad0b73b
2014-09-19 Peter Rabbitson Revert e9f71ab2 - it ends up breaking a declared API
2014-09-16 Peter Rabbitson Fix broken temporary backcompat shim for naughty _resol...
2014-09-16 Peter Rabbitson Multilevel find_or_(multi)create got inadvertently...
2014-09-16 Peter Rabbitson Yet another loose end on the cond collapser
2014-09-15 Peter Rabbitson Put in place deprecation forgotten for several years
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson A more robust column equality extractor
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
2014-09-15 Peter Rabbitson Make sure the me-relname-flip does not affect any error...
2014-09-15 Peter Rabbitson Fix copy() assuming all columns are native
2014-09-15 Peter Rabbitson Adjust for SQLA's API change 966200cc8
2014-09-10 Tommy Butler Fix syntax error in ::Manual::Joining example
2014-09-10 Peter Rabbitson Fix incorrect cond construction in _minimal_valueset_sa...
2014-09-10 Peter Rabbitson Ensure ::Schema::Versioned connects only once by reusin...
2014-09-08 Peter Rabbitson Stop using Sys::SigAction in pg tests
2014-09-08 Peter Rabbitson Fix for gut-reaching travesty as reported by gbjk
2014-09-08 Peter Rabbitson No longer use rel_info($rel)->{class} in the cond resolver
2014-09-07 Peter Rabbitson Simplify self_result_object argument check in cond...
2014-09-07 Peter Rabbitson Minor relcond resolver refactor, no func. changes
2014-09-05 Peter Rabbitson Skip malformed relationships in SQLT parser instead...
2014-09-05 Peter Rabbitson Move and simplify a chunk of parser code
2014-09-05 Peter Rabbitson Make sure IO::Handle is loaded - missing stubs on older...
2014-09-05 Peter Rabbitson Make sure the resolve_cond shim attempts to lint the...
2014-09-04 Peter Rabbitson Changelog for RT#98161
2014-09-04 Peter Rabbitson Better describe the _resolve_relationship_condition API
2014-09-04 Peter Rabbitson Add one more spot of unroll
2014-09-04 Peter Rabbitson One more fail-case missed in 135ac69dd
2014-09-03 Peter Rabbitson Fix condition collapser corrupting -X operators
2014-09-03 Peter Rabbitson Make sure empty cond collapser works on all positions
2014-09-01 Peter Rabbitson Make sure cond collapser works case insensitively
2014-09-01 Peter Rabbitson Deduplicate (and stabilize) the result of _collapse_cond
2014-09-01 Peter Rabbitson Switch to a sane deduplication system
2014-09-01 Peter Rabbitson Remove a superfluous pair of []s in cond collapser
2014-08-14 Stefan Hornburg... Fix "muse" typo in Relationship::Base's POD.
2014-08-12 Ben Hutton Update 'as' vs '-as' discussion in ResultSet.pm
2014-08-12 Olaf Alders Reword the having attribute reference
2014-08-08 Ben Hutton Add extra doc line expanding on the role of the prefetc...
2014-08-07 Peter Rabbitson Ensure the TempExtlib actuall exists
next