MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / NotCacheable

Class NotCacheable

test/sql/test_utils.py:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 if not has_cache_key:
54
55 class NotCacheable(TypeDecorator):
56 impl = String
57 cache_ok = False
58
59 stmt = select(column("q", NotCacheable())).where(column("y") == bp)
60

Callers 1

Calls

no outgoing calls

Tested by 1