summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-1/+10
* - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-2/+1
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-1/+4
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-3/+5
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-2/+5
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-0/+2
* - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-311-21/+24
* - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-22/+70
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-78/+58
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-101-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-30/+30
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-4/+5
* - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-1/+2
* - callcountsMike Bayer2015-01-041-2/+0
* - strategies + declarativeMike Bayer2015-01-041-0/+23
* - don't do inline string interpolation when loggingJon Nelson2014-11-111-1/+1
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-1/+2
* wip for #3148Mike Bayer2014-09-061-1/+1
* - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-301-2/+2
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-30/+19
* - reorganize how create_row_processor() communicates up toMike Bayer2014-08-291-40/+54
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-291-0/+4
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-36/+43
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+4
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-1/+2
* - reinstate E123, E125, E128Mike Bayer2014-07-161-103/+146
* - fully flake8 this fileMike Bayer2014-07-151-234/+233
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-11/+19
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-301-10/+10
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-121-2/+16
* revert this, not sure why that changedMike Bayer2014-05-301-1/+1
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-1/+1
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+1
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-251-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-1/+0
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-20/+35
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-1/+3
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-8/+32
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-2/+2
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+1
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-5/+21
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-166/+121
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-1/+2
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-18/+2