Skip to content

inherit_cache

1 posts ◉ feed
SQLAlchemy 2.0 emits SAWarning: Class utcnow will not make use of SQL compilation caching as it does not set the 'inherit_cache' attribute to ``True``` when using the sqlalchemy-utc package's utcnow()` SQL function expression (sqlalchemy-utc 0.14.0, its latest release, predates the SA 1.4+ caching…
Read more →
@ideal-rain-33