diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-12-18 17:56:37 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-12-18 17:56:37 -0500 |
commit | e2feb37e9efac7a741608cc54959e1dd19747240 (patch) | |
tree | 4168ebddf1f8e80f979a657b170f4c29ee8026d9 /lib/sqlalchemy/sql/traversals.py | |
parent | 051c2fde4c3b4bf7edcaa7578c0b1420986aaf0c (diff) | |
parent | 686f3c269dc84c21a063f6d0388f1ad312b1f5f1 (diff) | |
download | sqlalchemy-e2feb37e9efac7a741608cc54959e1dd19747240.tar.gz |
Merge remote-tracking branch 'origin/pr/5031'
Change-Id: I74d94087495de2e0b98b180ef1b5269a72d0c3bf
Diffstat (limited to 'lib/sqlalchemy/sql/traversals.py')
-rw-r--r-- | lib/sqlalchemy/sql/traversals.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/traversals.py b/lib/sqlalchemy/sql/traversals.py index 588bbc3dc..b5701dbdf 100644 --- a/lib/sqlalchemy/sql/traversals.py +++ b/lib/sqlalchemy/sql/traversals.py @@ -40,7 +40,7 @@ class HasCacheKey(object): The cache key should be based on the SQL compiled structure that would ultimately be produced. That is, two structures that are composed in exactly the same way should produce the same cache key; any difference - in the strucures that would affect the SQL string or the type handlers + in the structures that would affect the SQL string or the type handlers should result in a different cache key. If a structure cannot produce a useful cache key, it should raise @@ -139,7 +139,7 @@ class HasCacheKey(object): The cache key should be based on the SQL compiled structure that would ultimately be produced. That is, two structures that are composed in exactly the same way should produce the same cache key; any difference - in the strucures that would affect the SQL string or the type handlers + in the structures that would affect the SQL string or the type handlers should result in a different cache key. The cache key returned by this method is an instance of |