[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added new datatype :class:`.oracle.DATE`, which i
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-22 22:22:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be3c185fd48c/ Changeset: be3c185fd48c Branch: master User: zzzeek Date: 2014-03-22 23:22:17 Summary: - Added new datatype :class:`.oracle.DATE`, which is a subclass of :class:`.DateTime`. As Oracle has no "datetime" type per se, it instead has only ``DATE``, it is appropriate here that the ``DATE`` type as present in the Oracle dialect be an instance of :class:`.DateTime`. This issue doesn't change anything as far as the behavior of the type, as data conversion is handled by the DBAPI in any case, however the improved subclass layout will help the use cases of inspecting types for cross-database compatibility. Also removed uppercase ``DATETIME`` from the Oracle dialect as this type isn't functional in that context. fixes #2987 Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |