Remove double has_column check in new=>store_column
[dbsrgits/DBIx-Class.git] / lib /
2014-07-15 Peter Rabbitson Remove double has_column check in new=>store_column
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-07-12 Peter Rabbitson Move a CDBI escape to the CDBI class hierarchy
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
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-08 Peter Rabbitson Pass the main rsrc in attrs, instead of trying to fish...
2014-07-08 Peter Rabbitson Clearer name of method/variables before refactoring
2014-07-08 Peter Rabbitson Switch DBIC::Storage::Statistics to Moo (for trial...
2014-07-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-07-07 Peter Rabbitson Stop permanently enabling autoflush on the debug filehandle
2014-07-07 skaufman Better (and much more precise) explanation of Moose...
2014-07-01 skaufman Better example/documentation of custom resultset classes
2014-07-01 skaufman Change tab space (4 => 2), no further changes
2014-07-01 Peter Rabbitson Move the Subclassing POD under Examples
2014-07-01 Peter Rabbitson namespace::autoclean is a really stupid idea - purge...
2014-06-19 Alexander Hartmaier Improved docs for ResultSet columns attribute on how...
2014-06-19 Alexander Hartmaier More coherent +(columns/select/as) quoting notices...
2014-06-19 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-06-17 Peter Rabbitson Minor optimization of codepath (no func changes)
2014-06-17 Peter Rabbitson Fix ::Ordered in combination with delete_all
2014-06-17 Peter Rabbitson Remove vestigial test envvar
2014-06-13 Peter Rabbitson More fallout of the _resolve_cond refactor 03f6d1f7
2014-06-12 Peter Rabbitson Even more robust _resolve_condition shim - guess rel_na...
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
next