-
Notifications
You must be signed in to change notification settings - Fork 15
Closed as not planned
akolov/sqlalchemy-citext
#2Description
Observed using SQLAlchmey 1.4.28 and sqlalchemy-citext 1.8
SAWarning: UserDefinedType CIText() will not produce a cache key because the
cache_ok
attribute is not set to True. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions. Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf)
Introduced in SQLAlchemy sqlalchemy/sqlalchemy@22deafe
I'm not entirely certain how this would affect behaviors, but wanted to surface this.
ewdurbin, dhan, antonagestam, bchopson, bustawin and 5 more
Metadata
Metadata
Assignees
Labels
No labels