]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- clarify documentation on timezone flag, since Oracle has both
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2016 15:08:09 +0000 (11:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2016 15:09:48 +0000 (11:09 -0400)
commit5f203fcd92e090f498b8183eda35667650835fe7
treecd72c8f89f8545107d8bf8a2f93521142cc48f7f
parent3202fb4eabd7e2808cc7132ed26bad6e161b152e
- clarify documentation on timezone flag, since Oracle has both
DATE / TIMESTAMP separately the timezone flag will not bump the
type to TIMESTAMP WITH TIMEZONE on that backend.

Change-Id: I185992093472e1620b8cf84872631a4d48f8edc3
(cherry picked from commit 0cc8267286f848f3cc3ab46c1e543956866a561e)
doc/build/core/type_basics.rst
lib/sqlalchemy/sql/sqltypes.py