spoqa / sqlalchemy-utc

SQLAlchemy type to store aware datetime values
https://pypi.python.org/pypi/SQLAlchemy-Utc
MIT License
101 stars 20 forks source link

TypeDecorator cache_ok #11

Closed yespbs closed 2 years ago

yespbs commented 3 years ago

SAWarning: TypeDecorator UtcDateTime(timezone=True) will not produce a cache key because the cache_ok flag is not set to True. Set this flag to True if this type object's state is safe to use in a cache key, or False to disable this warning.

when trying a query.count()

Jhuni0123 commented 2 years ago

14 released on 0.14.0