Release v0.082810
[dbsrgits/DBIx-Class.git] / Changes
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...
2014-01-06 Peter Rabbitson Clarify that this is not a fix but a workaround for...
2014-01-03 Dagfinn Ilmari Man... Fix typo in Changes
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-10-01 Dagfinn Ilmari Man... Fix t/storage/replicated.t class loading problem
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-08-29 Peter Rabbitson Changes for 113e8d16 and 64c50e81
2013-07-18 Peter Rabbitson Tests no longer fail if $ENV{DBI_DSN} is set
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-29 Peter Rabbitson Release v0.08250 v0.08250
2013-04-26 Peter Rabbitson Kill intra-devrel changelog entry
2013-04-26 Matt Phillips devrel 0.08249_05
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-20 Peter Rabbitson deployment_statements() and cursor_class() are storage...
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
2013-04-19 Peter Rabbitson Merge branch 'topic/constructor_rewrite' into master
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Peter Rabbitson Overhaul GenericSubq limit - add support for multicol...
2013-04-17 Peter Rabbitson Recognize root source unqualified columns under limited...
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
2013-04-04 Peter Rabbitson Release v0.08210 v0.08210
2013-04-04 Peter Rabbitson Fix incorrect warning/exception originator
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2013-03-10 Peter Rabbitson EXPERIMENTAL Release v0.08242 v0.08242
2013-03-10 Peter Rabbitson Properly wrap a subquery around grouped resultsets...
next