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

added cache_ok flag to supress Pandas warnings #14

Closed derekderie closed 2 years ago

derekderie commented 3 years ago

According to this explanation: https://docs.sqlalchemy.org/en/14/core/custom_types.html#sqlalchemy.types.TypeDecorator.cache_ok

The type decorator should be safe for setting cache_ok=True, since we have a stateless and functional conversion

derekderie commented 3 years ago

resolves #11