diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-22 18:22:17 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-22 18:22:17 -0400 |
commit | be3c185fd48c2abcc5d9f54dd0c415e15c33184f (patch) | |
tree | 243b721f864930e9a20874c7cbacf64b1e184bff /lib/sqlalchemy/util/queue.py | |
parent | 56ef17e0f7b4a58fff6f35f15b1e8a5437191bcc (diff) | |
download | sqlalchemy-be3c185fd48c2abcc5d9f54dd0c415e15c33184f.tar.gz |
- 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
Diffstat (limited to 'lib/sqlalchemy/util/queue.py')
0 files changed, 0 insertions, 0 deletions