Really fix @INC munging of the taint test
[dbsrgits/DBIx-Class.git] / Changes
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...
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson There is no point of ordering the insides of a complex...
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2013-03-10 Peter Rabbitson Warn in case of iterative collapse being upgraded to...
2013-03-10 Peter Rabbitson Scale back validation of the 'as' attribute (revert...
2013-03-10 Peter Rabbitson Clarify result_class tweaking on active/cached cursors
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-01 Alexander Hartmaier Release v0.08209 v0.08209
2013-02-26 Peter Rabbitson Regex /o is *EVIL* - no idea why I even thought of...
2013-02-26 Peter Rabbitson Warn on signs of Moose-borkage (in case it gets to...
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-20 Peter Rabbitson EXPERIMENTAL Release v0.08241 v0.08241
2013-02-20 Peter Rabbitson Sanity-check columns added as primary key
2013-02-20 Peter Rabbitson Optimize the HRI-direct collapser even more
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-20 Peter Rabbitson Release v0.08208 v0.08208
2013-02-18 Peter Rabbitson Prevent SQL::Translator::Producer::YAML from seeing...
2013-02-18 Peter Rabbitson Deprecate the insane forest of SQLT::Parser::DBIC arguments
2013-02-14 Peter Rabbitson EXPERIMENTAL Release 0.08240 v0.08240
2013-02-14 Peter Rabbitson Massively optimize ->cursor->next while fixing some...
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-13 Peter Rabbitson Stop shipping world writeable files in our tarball
2013-02-13 André Walker Fix duplicated columns for count()
2013-02-11 Alexander Hartmaier release v0.08206 v0.08206
2013-02-01 Peter Rabbitson Changelogging for 728f32b5 and e705f529
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-01-29 Peter Rabbitson Extra sanity check of a fresh DBI handle
2013-01-23 Dagfinn Ilmari Man... Only allow known globals in SQL::Translator leak allowance
2013-01-23 Arthur Axel 'fREW... release v0.08205 v0.08205
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2012-12-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
2012-12-11 Peter Rabbitson Fix RT#78436 - a replicated storage does not have a...
2012-12-11 Peter Rabbitson Partial fix for the hash randomization issues in 5...
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-18 Peter Rabbitson Back out frivolous loading of threads.pm
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-08 Torsten Raudssus Release 0.08204 v0.08204
2012-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-11-03 Peter Rabbitson Fix unique constraint violations in Ordered.pm blanket...
2012-11-03 Matt Phillips Let SQLMaker rs_attr 'for' support string literals
2012-11-03 Peter Rabbitson Compress changelog a bit (excise devrel fluff)
2012-10-20 Peter Rabbitson release 0.08203_01
next