aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--quarg/database/tables.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/quarg/database/tables.py b/quarg/database/tables.py
index cdb3b68..6e92c14 100644
--- a/quarg/database/tables.py
+++ b/quarg/database/tables.py
@@ -16,6 +16,8 @@ class DateTimeUTC(TypeDecorator):
# pylint: disable=abstract-method
impl = TypeEngine
+ cache_ok = True
+
def load_dialect_impl(self, dialect):
if dialect.name == 'sqlite':
return dialect.type_descriptor(Integer)