summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-2/+10
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-14/+7
* find some more inline imports and move them outMike Bayer2013-08-041-1/+0
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-21/+22
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-2/+10
* - blow away context._attributesMike Bayer2013-06-021-25/+29
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-301-1/+1
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-4/+4