[Sqlalchemy-tickets] Issue #2987: Oracle DATE column mapped to sqltypes.DATE on reflection (zzzeek/
Brought to you by:
zzzeek
|
From: William E. <iss...@bi...> - 2014-03-10 10:54:37
|
New issue 2987: Oracle DATE column mapped to sqltypes.DATE on reflection https://bitbucket.org/zzzeek/sqlalchemy/issue/2987/oracle-date-column-mapped-to-sqltypesdate William Edwards: If you load an Oracle table (using cx_Oracle) via MetaData.reflect, Oracle DATE columns have the sqlalchemy.sqltypes.DATE type. However, Oracle DATE columns have time components, and should be mapped to sqlalchemy.sqltypes.DATETIME. |