summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/loading.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 refactor - ormMike Bayer2019-01-051-0/+1
* - do a broken zimports run on libMike Bayer2019-01-051-9/+11
* step 1, straight black -l 79 runMike Bayer2019-01-051-140/+241
* Ensure BakedQuery is cloned before we add options to itMike Bayer2018-06-261-3/+3
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-111-4/+7
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-4/+19
* Add Query.enable_single_entity()Eric Atkin2018-03-051-1/+2
* Ensure we have states to load when doing poly post loadMike Bayer2018-02-231-2/+2
* happy new yearMike Bayer2018-01-121-1/+1
* Limit select in loading for correct typesMike Bayer2018-01-121-7/+17
* Add an identity_token to the identity keyMike Bayer2017-12-221-1/+4
* Filter attributes we don't map during a load_scalar_attributesMike Bayer2017-10-281-0/+9
* Ensure col is not None when retrieving quick populatorsMike Bayer2017-08-231-2/+17
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-9/+18
* selectin polymorphic loadingMike Bayer2017-06-051-0/+53
* Add with_for_update() support in session.refresh()Mike Bayer2017-05-241-3/+4
* Add selectin loadingMike Bayer2017-04-261-0/+59
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-9/+33
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - fix loading.py merge_result for new _merge() argumentMike Bayer2015-12-041-2/+2
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-2/+8
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-3/+7
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-1/+10
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-10/+85
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-4/+4
* - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-31/+35
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-4/+5
* - continue moving things out that don't need to be thereMike Bayer2014-08-301-68/+59
* - do the polymorphic thing as a decorator so it's out of the way otherwiseMike Bayer2014-08-291-31/+22
* - pull out populators back into separate functions, though still very inlinedMike Bayer2014-08-291-82/+114
* - further move things vertically, at which point things are inlined enoughMike Bayer2014-08-291-51/+60
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-63/+85
* - reorganize how create_row_processor() communicates up toMike Bayer2014-08-291-35/+20
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-11/+12
* - inline the commit of partials tooMike Bayer2014-08-291-3/+3
* inlines galoreMike Bayer2014-08-291-34/+32
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-145/+74
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-3/+7
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-96/+96
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+1
* - mark translate_row, create_instance, populate_instance, append_result as le...Mike Bayer2014-05-231-0/+3
* inliningMike Bayer2014-05-191-5/+2
* Revert "remove events nobody uses...?"Mike Bayer2014-05-191-4/+60
* remove events nobody uses...?Mike Bayer2014-05-191-60/+4
* - some inlining, speed up identity mapMike Bayer2014-05-191-9/+15
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1