Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / Changes
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 Merge the relationship resolution rework
2016-09-19 Peter Rabbitson Fix unpredictable use of reverse_relationship_info...
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 Fix for upcoming (not yet available via DBD::SQLite...
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 Introducing DBIx::Class::Schema::SanityChecker
2016-07-26 Peter Rabbitson Comprehensive diagnostic on incorrect ResultSource...
2016-07-25 Peter Rabbitson Resolve $rsrc instance duality on metadata traversal
2016-07-25 Peter Rabbitson Fully separate parent and child resultsource metadata
2016-06-20 Peter Rabbitson Proper changelog after I bothced it in e400c82d
2016-06-17 Peter Rabbitson Add changelog entry on 90c9dd1d, 757891ed and 89203568
2016-06-17 Peter Rabbitson Remove changelog entries included in 0.082830
2016-05-26 Peter Rabbitson Fix more taint.t failures under local::lib
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-18 Peter Rabbitson Start known issues changelog section - place it on...
2016-05-04 Peter Rabbitson Explicit exception clarifying that $rsrc->from() is...
2016-04-29 Peter Rabbitson Bump Sub::Uplevel dep - too much breaks on <= 0.18
2016-04-21 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-14 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-04-13 Tina Mueller Add a proof of concept test for copy() with assymetric...
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...
2016-03-30 Peter Rabbitson Fix incorrect exception propagation in ::Replicated...
2016-03-30 Peter Rabbitson Fix *stupid* silencing of exceptions introduced in...
2016-03-30 Peter Rabbitson Step up the error reporting on unexpected NULLs during...
2016-03-28 Peter Rabbitson Fix incorrect data returned in a corner case of partial...
2016-03-23 Peter Rabbitson Better testing that RT#63874 being fully fixed by ddcc02d1
2016-02-13 gregor herrmann Apply debian downstream spelling patch 481e21bf
2016-02-13 Peter Rabbitson Adjust Changes to reflect what was shipped in 0.082821
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...
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2016-01-27 Peter Rabbitson Ensure the $storage state reflects the current connecti...
2016-01-13 Peter Rabbitson The complete fix for intermittent t/750firebird.t failu...
2015-11-05 Peter Rabbitson Move the rows/offset sanity checks from DBI to _resolve...
2015-11-03 Peter Rabbitson Adjust view-dependency tests to work on newer libsqlite
2015-11-03 Peter Rabbitson Fix spurious ROLLBACK statements when a TxnScopeGuard...
2015-11-03 Peter Rabbitson Stop requiring explicit bindtype specification for...
2015-11-03 Peter Rabbitson FINALLY find and fix the elusive parallel test deadlock
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
2015-09-19 Dagfinn Ilmari Man... Fix invalid variable names in ResultSource::View examples
2015-09-10 Tina Mueller Fix ::Sybase::ASE incorrect attempt to retrieve an...
2015-09-08 Peter Rabbitson Fix failing tests with DBICTEST_SYBASE_DSN set
2015-08-13 Konstantin A. Pust... Ensure the stack properly deals and warns on Null-Patte...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-08-12 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2015-08-12 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
2015-08-12 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-08-12 Peter Rabbitson Update Changes with stuff already shipped to CPAN as...
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-07-05 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-06-26 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-05-27 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2015-05-22 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-05-19 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
2015-05-03 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-04-04 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-04-04 Peter Rabbitson Update Changes with stuff already shipped to CPAN as...
2015-03-20 Alex Beamish Examples and documentation update and cleanup
2015-03-20 Alastair McGowan... Inflators are not respected by find() (being a ResultSe...
2015-03-20 Mike Wisener Clarify load_namespaces call -- more than one call...
2015-03-20 Robert Stone Added add_columns documentation about controlling float...
2015-03-20 C.J. Adams-Collier Linked "prefetch" in columns documentation
2015-03-20 Ingy döt Net Example doesn't work without 'year' column
2015-03-20 Alex Beamish Examples and documentation update and cleanup
2015-03-20 Alastair McGowan... Inflators are not respected by find() (being a ResultSe...
2015-03-20 Mike Wisener Clarify load_namespaces call -- more than one call...
2015-03-20 Robert Stone Added add_columns documentation about controlling float...
2015-03-20 C.J. Adams-Collier Linked "prefetch" in columns documentation
2015-03-20 Ingy döt Net Example doesn't work without 'year' column
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2015-03-18 Peter Rabbitson Fix exception on complex update/delete under a replicat...
2015-03-18 Peter Rabbitson Relax sanity check in _resolve_relationship_condition
2015-03-18 Peter Rabbitson Fix exception on complex update/delete under a replicat...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-13 Peter Rabbitson Relax sanity check in _resolve_relationship_condition
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2015-03-05 Peter Rabbitson Fix t/54taint.t failures on perl-in-hell-in-space
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-15 Peter Rabbitson Revert 2131aa2, cf52a9a and 2aa3f4c
2015-02-15 Peter Rabbitson Revert c8dc7d33 - entirely superseded by 83eef5621
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2015-02-10 Peter Rabbitson Finally implement compound OptDep group augmentation
next