diff options
author | Wolfgang Müller | 2021-05-07 13:30:06 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-07 13:30:06 +0200 |
commit | d5b8364405bd834e2600bac24701207187aa745b (patch) | |
tree | 68605954162c5aa1d1c2a45e892ad486b2fab4ad /pyproject.toml | |
parent | b867d187d2c341020c3f1640d94780b59b5baa32 (diff) | |
download | quarg-d5b8364405bd834e2600bac24701207187aa745b.tar.gz |
tables: Indicate that the DateTimeUTC TypeDecorator may be cached
The cache_ok flag was added [1] in SQLAlchemy 1.4.14 and emits a warning
if not set to either True or False. Since DateTimeUTC should be fine to
cache, indicate True here.
[1] https://docs.sqlalchemy.org/en/14/core/custom_types.html#sqlalchemy.types.TypeDecorator.cache_ok
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions