Release v0.082840
[dbsrgits/DBIx-Class.git] / Changes
2016-06-20 Peter Rabbitson Release v0.082840 v0.082840
2016-06-19 Peter Rabbitson Revert incorrectly backported fix for RT#102166 ( e8f23...
2016-06-19 Peter Rabbitson Release v0.082830
2016-06-19 Peter Rabbitson Really work around RT#108390 (630e2ea8a)
2016-06-17 Tina Mueller Fix ::Sybase::ASE incorrect attempt to retrieve an...
2016-06-17 Paul Mooney Avoid infinite loop if save point does not exist
2016-06-17 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-06-17 Peter Rabbitson Fix *stupid* silencing of exceptions introduced in...
2016-06-17 Peter Rabbitson Detect and very loudly warn about Return::Multilevel...
2016-06-17 Peter Rabbitson Stop requiring explicit bindtype specification for...
2016-06-17 gregor herrmann Apply debian downstream spelling patch 481e21bf
2016-06-17 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-06-17 Peter Rabbitson Fix spurious ROLLBACK statements when a TxnScopeGuard...
2016-06-17 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2016-06-17 Peter Rabbitson Fix incorrect exception propagation in ::Replicated...
2016-06-17 Peter Rabbitson Fix annoying warnings on innocent looking MSSQL code
2016-06-17 Peter Rabbitson Fix another ::FilterColumn bug sigh...
2016-06-17 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-06-17 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-06-17 Peter Rabbitson Temporary work around to play well with Sub::Quote
2016-06-17 Peter Rabbitson The complete fix for intermittent t/750firebird.t failu...
2016-02-11 Peter Rabbitson Release v0.082821 v0.082821
2016-02-11 Peter Rabbitson Remove test failing on DBD::SQLite 1.50+
2016-02-11 Peter Rabbitson FINALLY find and fix the elusive parallel test deadlock
2016-02-11 Peter Rabbitson Fix failing tests with DBICTEST_SYBASE_DSN set
2016-02-11 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2016-02-11 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
2015-03-20 Peter Rabbitson Release v0.082820 v0.082820
2015-03-20 Peter Rabbitson Documentation improvements cherry-picked from latest
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
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 Remove warning introduced in 75a1d824d
2015-03-18 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-13 Peter Rabbitson Fix Postgres test hang with DBD::Pg 3.5.0+ (work around...
2015-03-13 Peter Rabbitson Fix t/54taint.t failures on perl-in-hell-in-space
2015-03-13 Peter Rabbitson Fix intermittent failures in the LeakTracer on 5.18...
2015-03-13 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2014-10-25 Peter Rabbitson Release v0.082810 v0.082810
2014-10-25 Peter Rabbitson Bump SQLA dependency (pull in fix for RT#99503)
2014-10-25 Peter Rabbitson Fix endless loop on BareSourcelessResultClass->throw_ex...
2014-10-25 Peter Rabbitson Bump Moo dependency
2014-10-25 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-10-05 Peter Rabbitson Release v0.082801 v0.082801
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 Some cleanups of Changes and adding 'Known issues'
2014-09-25 Peter Rabbitson This was reinstated in dc297536f
2014-09-15 Peter Rabbitson Put in place deprecation forgotten for several years
2014-09-15 Peter Rabbitson Fix copy() assuming all columns are native
2014-09-10 Peter Rabbitson Ensure ::Schema::Versioned connects only once by reusin...
2014-09-04 Peter Rabbitson Changelog for RT#98161
2014-07-31 Fitz Elliott strip schema name from ADD CONSTRAINT / CREATE INDEX
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-27 Peter Rabbitson Fix set_column on non-native (+columns) selections...
2014-07-27 Peter Rabbitson Tighten even more inflate_result() invocations, for...
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-27 Peter Rabbitson Add reference to RT for the fix from d0cefd99
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Mike Francis Added support for handling Class::DBI::Column in CDBICompat
2014-07-24 Mike Francis Added handling for implicit inflate/deflate of CDBI...
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-23 Peter Rabbitson Entirely and utterly rewrite populate(), fixing the...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-17 Peter Rabbitson Add one extra is_exception check (missed a spot during...
2014-07-09 Peter Rabbitson Revert optimistic and sloppy changes from 3705e3b2...
2014-07-08 Peter Rabbitson Teach order_by stability analyzer about search_related
2014-07-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-06-19 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-06-17 Peter Rabbitson Fix ::Ordered in combination with delete_all
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson First step to add some sanity to _resolve_condition
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-06-04 Peter Rabbitson Fix grave resultset-level delete/update bug
2014-06-04 Peter Rabbitson Do not skip running from_storage filter when a NULL...
2014-06-04 Peter Rabbitson Teach FC about literals
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-27 Peter Rabbitson Fix multiple savepointing transactions on DBD::SQLite
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-05-22 Peter Rabbitson Fix multi-value literal populate not working with simpl...
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-01-31 Peter Rabbitson Release v0.08270 v0.08270
2014-01-31 Peter Rabbitson Give Firebird (and Interbase) a common sqlt_type
2014-01-30 Peter Rabbitson Fix datetimes in ODBC/Firebird (merge identical code...
2014-01-29 Peter Rabbitson Ints bound as DBI::SQL_BIGINT on SQLite < 1.37 do not...
2014-01-28 Peter Rabbitson Release v0.08260 v0.08260
2014-01-28 Matt S Trout Make 54taint.t actually test the DBIx::Class in lib...
2014-01-27 Peter Rabbitson Yet another attempt to solve the mystery-win32-failure...
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2014-01-23 Peter Rabbitson Have tests recover gracefully when File::Spec->tmpdir...
2014-01-23 Peter Rabbitson Improve error reporting when we encounter broken except...
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-19 Peter Rabbitson Fix ridiculous regex anchor mistake from 66137dffe
2014-01-13 Peter Rabbitson SQLite changed their exception text again
2014-01-12 Zefram Fix warning in t/54taint.t with explicitly unset PERL5L...
next