summaryrefslogtreecommitdiff
path: root/test/orm/test_bundle.py
Commit message (Expand)AuthorAgeFilesLines
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+31
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+42
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Post black reformattingMike Bayer2019-01-061-6/+15
* Run black -l 79 against all source filesMike Bayer2019-01-061-111/+152
* Use exprs for bundle __clause_element__Mike Bayer2018-07-131-0/+39
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-45/+42
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-3/+3
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-071-0/+31
* fix entity_zero resolutionMike Bayer2013-10-041-0/+13
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-0/+245