refactor code needing version
[dbsrgits/DBIx-Class.git] / lib /
2014-06-12 Arthur Axel 'fREW... add OffsetFetch support
2014-06-12 Arthur Axel 'fREW... Steal bindtype transforms from SQLite
2014-06-12 Arthur Axel 'fREW... more fine grained versioning
2014-06-12 Arthur Axel 'fREW... refactor code needing version
2014-06-11 Karen Etheridge replace all remaining uses of self_rowobj with self_res...
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Pedantry - settle on rel_name vs relname, consistency...
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson Adjust error messages - joinfrees can be returned from...
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-10 Peter Rabbitson Revert heading change from 06752a03d, centralize the...
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 A number of equivalent-logic ::FC refactors
2014-06-04 Peter Rabbitson Reorganize IC column setters
2014-06-04 Peter Rabbitson Rename some variables and reformat the FC/IC codepaths...
2014-06-04 Peter Rabbitson Clarify FC/IC conflict exception
2014-06-04 Peter Rabbitson Fix incorrect handling of stringifiable objects in...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-28 Karen Etheridge spelling fix
2014-05-27 Peter Rabbitson Fix multiple savepointing transactions on DBD::SQLite
2014-05-27 Peter Rabbitson Fix erroneous todoification in sqlite test
2014-05-27 Peter Rabbitson Reaching for IO::File here makes no sense
2014-05-27 Peter Rabbitson Improve complex order+prefetch exception message
2014-05-27 Naveed Massjouni Updated discard_changes docs regarding { force_pool...
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-05-22 Peter Rabbitson Remove dead code missed by cleanup b72339859
2014-05-22 Peter Rabbitson Add test ensuring we do not lose binds on esoteric...
2014-05-22 Dagfinn Ilmari Man... Refactor _recurse_fields to return the bind values
2014-05-22 Peter Rabbitson Fix multi-value literal populate not working with simpl...
2014-05-22 Peter Rabbitson Fix bogus reference to related class (introduced way...
2014-04-25 Mintywalker $pedantry =~ s/columns/column/
2014-04-25 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-04-25 Peter Rabbitson Clarify that sql_maker is just a getter at this point
2014-04-25 Peter Rabbitson Minimal optimization of the new+prefetch codepath ...
2014-04-25 Peter Rabbitson Fix missing true return lost during e5a62c46f
2014-04-25 Peter Rabbitson Add explicit AS keyword to RowNum (Oracle) limit dialect
2014-04-25 Peter Rabbitson Commemorate the first DBIx::Class hackathon and beef...
2014-03-11 Naveed Massjouni fixed example in the DBIx::Class::Storage::DBI::Replica...
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-03-08 Olaf Alders Fixes Pod typo.
2014-03-08 Sean Zellmer Removed useless line of code in many_to_many
2014-03-05 Alexandr Ciornii typos
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-24 Peter Rabbitson Counter the strictures bullshit with localised bullshit
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2014-01-23 Peter Rabbitson Clarify is_exception(undef) behavior missed in 841efcb3
2014-01-23 Peter Rabbitson Move hrefaddr to DBIC::_Util, give most functions a...
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 Switch to a global symtable "classdata" visitor
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2014-01-19 Peter Rabbitson Centralize handling of refcount in DBIC::_Util
2014-01-19 Peter Rabbitson Unused import
2014-01-19 Peter Rabbitson Fix ridiculous regex anchor mistake from 66137dffe
2014-01-12 Zefram Fix warning in t/54taint.t with explicitly unset PERL5L...
2013-12-30 David Schmidt Better explanation for optional fk values in rels
2013-12-30 David Schmidt Fixed typos
2013-12-13 Peter Rabbitson Extra (now passing) oracle test which led to the work...
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-12-07 Peter Rabbitson Augment 1363f0f5 for running in hell
2013-12-07 Peter Rabbitson Separate DBIC::_ENV_::* setup from loading of the main...
2013-12-07 Peter Rabbitson Better specification of the JSON::* optdeps
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-08 Peter Rabbitson Rename imprecisely named variables in the load_namespac...
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-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-31 Peter Rabbitson Test more JSON::Any backends, and reorder the selection...
2013-10-29 Dagfinn Ilmari Man... Consistently use "eq ''" when checking for exception...
2013-10-29 Dagfinn Ilmari Man... Explicitly stringify when checking for existing exception
2013-10-25 Peter Rabbitson Fix a47f273b change to be in line with the Row->Result...
2013-10-24 Karen Etheridge fix some pod links
2013-10-14 Peter Rabbitson Fix exceedingly sloppy SQLite warning workaround from...
2013-10-11 Karen Etheridge Pod/comment fixes
2013-10-11 Peter Rabbitson Make the dbh error handler installer `Perl -d` friendly
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-10-08 Dagfinn Ilmari Man... Warn about non-integer values for all integer bind...
2013-10-08 Dagfinn Ilmari Man... Use explicit variable on loop
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Karen Etheridge fix pod formatting of this code snippet
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-09-17 Peter Rabbitson Delist Example and add QuickStart to the DocMap
2013-09-17 Scott R. Godin Update DocMap - include missing local Manual pages...
2013-09-16 Karen Etheridge switch from Class::MOP::class_of to Moose::Util::find_meta
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-09-16 Peter Rabbitson Consolidate single-pk checks from relationship inferren...
2013-09-16 Peter Rabbitson More unreachable code - we've already thrown on !define...
2013-09-13 David Steinbrunner typo fix
2013-09-09 Peter Rabbitson Excise unreachable code
next