]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove _generate_path_cache_key()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Jun 2020 16:47:32 +0000 (12:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jun 2020 17:46:44 +0000 (13:46 -0400)
commit0286dcb23d8f6facb09391b46581d525982c20a0
tree255d38af67598d2cf6341b7e95d3acd0d18fb431
parent5f5b56d646f154ee572c9de80449423304103bad
Remove _generate_path_cache_key()

loader options can now make a deterministic cache key based
 on the structure they are given, and this accommodates for
aliased classes as well so that these cache keys are now
"safe".     Have baked query call upon
the regular cache key method.

Change-Id: Iaa2ef4064cfb16146f415ca73080f32003dd830d
lib/sqlalchemy/ext/baked.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/strategy_options.py
test/aaa_profiling/test_orm.py
test/ext/test_baked.py
test/orm/test_options.py
test/profiles.txt