\Q-uote column/alias names in regexes in _resolve_aliastypes_from_select_args
[dbsrgits/DBIx-Class.git] / Changes
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...
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
next