Re: [sqlalchemy] sa.DateTime(timezone=True) not emitting TIMESTAMP WITH TIMEZONE for Oracle

2016-09-22 Thread Mike Bayer
On 09/22/2016 10:21 AM, Seth P wrote: The documentation for DateTime, http://docs.sqlalchemy.org/en/latest/core/type_basics.html?highlight=datetime#sqlalchemy.types.DateTime, states Parameters:*timezone* – boolean. If True, and supported by the backend, will produce ‘TIMESTAMP WITH TIMEZONE’.

[sqlalchemy] sa.DateTime(timezone=True) not emitting TIMESTAMP WITH TIMEZONE for Oracle

2016-09-22 Thread Seth P
The documentation for DateTime, http://docs.sqlalchemy.org/en/latest/core/type_basics.html?highlight=datetime#sqlalchemy.types.DateTime, states Parameters:*timezone* – boolean. If True, and supported by the backend, will produce ‘TIMESTAMP WITH TIMEZONE’. For backends that don’t support