Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBIHacks.pm
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-19 Peter Rabbitson With time couple DBIHacks methods became single-callsit...
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-04-21 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
2015-10-15 Peter Rabbitson Clarify comments/documentation regarding DBIC/SQLA...
2015-10-06 Peter Rabbitson Even more aggressive streamline of SQL scanning in...
2015-09-28 Peter Rabbitson Save one _resolve_aliastypes in the case of a subquerie...
2015-09-28 Peter Rabbitson Instead of assembling many small regexes scan all the...
2015-09-28 Peter Rabbitson A little more golfing - this time ::DBIHacks::_resolve_...
2015-09-23 Peter Rabbitson Scanning strings piecemeal makes no sense - join them up
2015-09-23 Peter Rabbitson Another rewrap in ::DBIHacks::_resolve_aliastypes_from_...
2015-09-23 Peter Rabbitson Simplify DBIHacks order_by scan generator
2015-09-23 Peter Rabbitson The weird scan-for-binds-before-scan was obviated by...
2014-10-21 Peter Rabbitson Cherry picks from current/for_cpan_index (flux due...
2014-10-05 Peter Rabbitson Extra tests to ensure that the cond collapser will...
2014-10-05 Peter Rabbitson Adjust things for the is_literal_value and -ident SQLA...
2014-09-20 Matt S Trout Add forgotten bit preventing scan of where-binds (origi...
2014-09-16 Peter Rabbitson Yet another loose end on the cond collapser
2014-09-15 Peter Rabbitson Adjust for SQLA's API change 966200cc8
2014-09-04 Peter Rabbitson Add one more spot of unroll
2014-09-04 Peter Rabbitson One more fail-case missed in 135ac69dd
2014-09-03 Peter Rabbitson Fix condition collapser corrupting -X operators
2014-09-03 Peter Rabbitson Make sure empty cond collapser works on all positions
2014-09-01 Peter Rabbitson Make sure cond collapser works case insensitively
2014-09-01 Peter Rabbitson Deduplicate (and stabilize) the result of _collapse_cond
2014-09-01 Peter Rabbitson Switch to a sane deduplication system
2014-09-01 Peter Rabbitson Remove a superfluous pair of []s in cond collapser
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-17 Peter Rabbitson Better, consistent handling of -literal/-value in the...
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-08 Peter Rabbitson Teach order_by stability analyzer about search_related
2014-07-08 Peter Rabbitson Clearer name of method/variables before refactoring
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-27 Peter Rabbitson Improve complex order+prefetch exception message
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-05-22 Dagfinn Ilmari Man... Refactor _recurse_fields to return the bind values
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-08-08 David Steinbrunner typo fixes
2013-04-19 Peter Rabbitson Store the final calculated select args in the original $rs
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-18 Peter Rabbitson Cut down amount of calls to _resolve_aliastypes_from_se...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Peter Rabbitson Fix "current rs is always first in from" brainfart...
2013-04-17 Matt S Trout Variation of dq's d35a4e048 - sanify multiplying join...
2013-04-17 Dagfinn Ilmari Man... Factor out ORDER BY direction detection/stripping
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 Consider where condition when determining leftmost...
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-02-14 Peter Rabbitson Unset collapse in even more cases
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Peter Rabbitson Yet another SQL munging atrocity (shadow needs it)
2011-06-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
2011-05-02 Peter Rabbitson Throw away the error prone _strip_cond_qualifiers
2011-04-22 Peter Rabbitson Fix stupid optimizer bug with has_many joined over...
2011-03-29 Peter Rabbitson Correctly select the root source of the inner part...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-12-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-27 Peter Rabbitson Add undocumented ability to disable the join optimizer
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-10-14 Peter Rabbitson Stop adding GROUP BY's to subqueries that do not contai...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
next