Merge branch 'current/for_cpan_index' into current/dq
[dbsrgits/DBIx-Class.git] / lib /
2014-04-12 Peter Rabbitson Merge branch 'current/for_cpan_index' into current/dq current/dq
2014-04-12 Peter Rabbitson Smarter todoification (this doesn't sound like a bad...
2014-04-12 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-04-12 Peter Rabbitson Clarify that sql_maker is just a getter at this point
2014-04-12 Peter Rabbitson Minimal optimization of the new+prefetch codepath ...
2014-04-12 Peter Rabbitson Fix missing true return lost during e5a62c46f
2014-04-11 Peter Rabbitson Add explicit AS keyword to RowNum (Oracle) limit dialect
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-26 Dagfinn Ilmari Man... Remove obsolete Oracle _insert_returning method
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 Further namespace cleansing
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-29 Peter Rabbitson 'Bundled' is a legitimate non-DANGER-conveying namespac...
2013-11-28 Matt S Trout why the hell did I put that in import?
2013-11-28 Matt S Trout these methods are scheduled for death in 083+, remove...
2013-11-28 Matt S Trout move from 082xx to 089xx, starting with 08901
2013-11-27 Matt S Trout DBIx::Class::Bundled
2013-11-24 Matt S Trout basic string mangling trickery for annoying default...
2013-11-24 Matt S Trout first cut of grep_cache feature
2013-11-24 Matt S Trout don't accept relationship names as final identifier...
2013-11-24 Matt S Trout only add rels once when seen repeatedly
2013-11-24 Matt S Trout first tests for identifier remapping and a slight refac...
2013-11-19 Matt S Trout move join inference cleverness into a role
2013-11-19 Matt S Trout need to clear converter after setting limit dialect
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-17 Matt S Trout first (naive) cut at identifier remapping and join...
2013-11-17 Matt S Trout switch to delete+local from clear_* methods
2013-11-17 Matt S Trout STRAIGHT_JOIN support for MySQL
2013-11-17 Matt S Trout literals on the other side of = are acceptable for...
2013-11-17 Matt S Trout fix foreign key identification in SQLT parser
2013-11-17 Matt S Trout fix unresolvable condition handling
2013-11-17 Matt S Trout fix condition extraction for new_result
2013-11-17 Matt S Trout maintain condition order (left versus right) in _stack_cond
2013-11-17 Matt S Trout _resolve_condition for DQ exprs now provides correct...
2013-11-17 Matt S Trout factor out _extract_top_level_conditions and use it...
2013-11-15 Matt S Trout let rowparser introspect DQ join conds
2013-11-15 Matt S Trout factor out join cond to hashref code, return unresolvab...
2013-11-15 Matt S Trout make extract_fixed_values work without an alias, make...
2013-11-15 Matt S Trout move _extract_fixed dq methods into resultsource to...
2013-11-15 Matt S Trout some support for dq in rs condition merging and populate
2013-11-15 Matt S Trout move reverse_relationship_info "is join a hashref"...
2013-11-15 Matt S Trout support expr {} in join cond
2013-11-15 Matt S Trout allow DQ expr {} blocks as first arg to search
2013-11-08 Peter Rabbitson Rename imprecisely named variables in the load_namespac...
2013-11-05 Peter Rabbitson Merge branch 'master' into dq2eb
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-11-04 Matt S Trout set nulls => "none" in order nodes under GenericSubquery
2013-11-04 Matt S Trout fixup INNER use for mysql 3
2013-11-03 Matt S Trout identifier parsing to make mysql subselect wrapping...
2013-11-01 Matt S Trout remove dead code from _extract_order_criteria
2013-11-01 Matt S Trout _extract_order_criteria can now handle ident only or...
2013-11-01 Matt S Trout move select arg handling to _select_to_dq to enable...
2013-11-01 Matt S Trout _extract_order_criteria should return column names...
2013-11-01 Matt S Trout use more DQ in DBIHacks to avoid literals everywhere
2013-11-01 Matt S Trout render order by elements without quoting to get identif...
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-12 Matt S Trout improve order by error message
2013-10-12 Matt S Trout complete murdering emulate_limit
2013-10-12 Matt S Trout clean up OracleJoins
2013-10-12 Matt S Trout oraclejoins fix
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 Matt S Trout correctly carry DESC on simple orderings for complex...
2013-10-09 Matt S Trout make multicolumn IN work for update/delete
2013-10-09 Matt S Trout switch _adjust_select_args_for_complex_prefetch order...
2013-10-09 Matt S Trout switch having code in _count_subq_rs to DQ SQLA, update...
next