diff --git a/sqlalchemy_teradata/base.py b/sqlalchemy_teradata/base.py index 0f34cd4..85ea228 100644 --- a/sqlalchemy_teradata/base.py +++ b/sqlalchemy_teradata/base.py @@ -25,7 +25,7 @@ "binary", "blob", "both", "bt", "but", "by", "byte", "byteint", "bytes", "call", "case", "case_n", "casespecific", "cast", "cd", "char", "char_length", "char2hexint","count", "title", "value", - 'user','password',"year", "match"]) + 'user','password',"year", "match", "timestamp"]) class TeradataExecutionContext(default.DefaultExecutionContext):