Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 02e2089

Browse files
author
Sergey Vasilyev
authored
Merge pull request #28 from RoderickJDunn/oracle_add_date_type
Added missing DATE type to Oracle
2 parents 5de4850 + 8471d78 commit 02e2089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqeleton/databases/oracle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class Dialect(BaseDialect, Mixin_Schema, Mixin_OptimizerHints):
9292
"NCHAR": Text,
9393
"NVARCHAR2": Text,
9494
"VARCHAR2": Text,
95+
"DATE": Timestamp,
9596
}
9697
ROUNDS_ON_PREC_LOSS = True
9798
PLACEHOLDER_TABLE = "DUAL"

0 commit comments

Comments
 (0)