summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* Remove LRU warningsMike Bayer2017-09-081-24/+2
* Check for non-entity when inspecting for subqueryloadMike Bayer2017-07-181-0/+1
* Support state expiration for with_expression(); rename deferred_expressionMike Bayer2017-06-261-1/+10
* Add ad-hoc mapped expressionsMike Bayer2017-06-191-0/+42
* Set complete FROM list for subquery eagerload's orig queryMike Bayer2017-06-161-8/+15
* selectin polymorphic loadingMike Bayer2017-06-051-0/+18
* - give SelectinLoader its own bakery, dont use mapperMike Bayer2017-05-161-8/+22
* Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-121-2/+6
* - ensure that sqlalchemy.ext is set up for importlaterMike Bayer2017-04-271-1/+0
* Add selectin loadingMike Bayer2017-04-261-2/+174
* Accommodate for query._current_path in subq eager load join_depthMike Bayer2017-04-171-1/+5
* Use baked lazyloading by defaultMike Bayer2017-04-131-22/+82
* Pre-load alias.c within JoinedEagerLoader cached AliasedClassMike Bayer2017-03-251-0/+4
* Memoize AliasedClass, ClauseAdapter objects in joined eager loadMike Bayer2017-02-161-7/+31
* Dont set _set_select_from() for alias objectMike Bayer2017-01-191-2/+5
* Add "existing" populators for subqueryloadMike Bayer2017-01-161-2/+17
* Merge "Adapt from "localparent" in joinedloader"mike bayer2017-01-091-2/+2
|\
| * Adapt from "localparent" in joinedloaderMike Bayer2017-01-091-2/+2
* | update for 2017 copyrightMike Bayer2017-01-041-1/+1
|/
* Move setup functionality into _register_attributeMike Bayer2016-11-061-19/+16
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-1/+4
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-041-53/+47
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-53/+47
* | Honor additional row coming in with value of NoneMike Bayer2016-10-041-13/+13
|/
* Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-1/+1
* Rework _apply_joins(), _prep_for_joins() totallyMike Bayer2016-08-151-43/+47
* Ensure final link in subqueryload join is correctMike Bayer2016-08-121-1/+1
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
* | Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-3/+15
|/
* Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+27
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+1
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-7/+13
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-091-1/+1
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-1/+3
* - 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