summaryrefslogtreecommitdiff
path: root/test/orm/test_cache_key.py
Commit message (Expand)AuthorAgeFilesLines
* warnings: with_polymorphic()Mike Bayer2021-10-291-33/+1
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-35/+9
* process bulk_update_tuples before cache key or compilationMike Bayer2021-10-191-0/+77
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-3/+2
* remove lambda caching from loader strategiesMike Bayer2021-08-171-35/+46
* create concise + deterministic cache key for unboundload.optionsMike Bayer2021-08-091-0/+23
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-0/+106
* simplify relationship caching optionsMike Bayer2021-06-091-2/+2
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-101-1/+63
* Fix with_expression() cache leak; don't adapt singletonsMike Bayer2021-04-141-0/+21
* improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-061-0/+63
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-1/+6
* remove more bound metadataMike Bayer2021-01-051-42/+62
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+2
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+68
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-16/+15
* introduce deferred lambdasMike Bayer2020-07-031-0/+87
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+64
* Convert execution to move through SessionMike Bayer2020-05-251-0/+4
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+229
* Ensure comparison includes "don't compare values" featureMike Bayer2019-12-201-4/+8
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-0/+120