summaryrefslogtreecommitdiff
path: root/test/orm/test_eager_relations.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-10/+10
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-6/+3
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-26/+37
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-0/+2
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-1/+6
* Query linter optionAlessio Bogon2020-01-221-3/+31
* Establish that contains_eager()->alias can be replaced by of_typeMike Bayer2020-01-141-0/+63
* Include GROUP BY in _should_nest_selectable criteriaMike Bayer2019-12-301-1/+41
* Run eager loaders on unexpireMike Bayer2019-08-231-2/+3
* Ensure discarded collection removed from empty collectionsMike Bayer2019-08-221-0/+28
* Enable F841Mike Bayer2019-06-201-1/+0
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-31/+18
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-11/+5
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-91/+125
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-17/+21
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-1/+2
* Post black reformattingMike Bayer2019-01-061-48/+154
* Run black -l 79 against all source filesMike Bayer2019-01-061-2018/+2972
* Allow join() to pick the best candidate from multiple froms/entitiesMike Bayer2018-11-141-2/+3
* Compare entities also on chop_pathMike Bayer2017-04-101-0/+159
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-43/+43
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-0/+37
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Honor additional row coming in with value of NoneMike Bayer2016-10-041-1/+50
* Deprecate Mapper.order_byMike Bayer2016-04-191-2/+3
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-2/+147
* - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-1/+110
* - don't create tables on compile-only testsMike Bayer2015-11-211-0/+2
* - appease oracle's anger (no sequence defined for these PKs)Mike Bayer2015-05-051-0/+2
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-0/+134
* - use odict here for test determinismMike Bayer2015-04-011-7/+9
* - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-311-0/+41
* - use an ordered dict so that queries are deterministicMike Bayer2015-03-301-4/+4
* - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-0/+252
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-101-0/+26
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-6/+7
* - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
* wip for #3148Mike Bayer2014-09-061-1/+50
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-3/+3
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-31/+26
* - hard-won pep8 formatting of one of the giants...Mike Bayer2014-08-261-1013/+1476
* - use an odict here to ensure ordering of propertiesMike Bayer2014-07-151-8/+8
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-0/+72
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-0/+2
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-5/+174
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-7/+1
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-061-1/+48
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-2/+3
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-81/+187
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-18/+14
|\