summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-12-05 14:46:43 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-12-05 14:46:43 -0500
commit0ce045bd853ec078943c14fc93b87897d2169882 (patch)
tree93f936a721b0cfffd30437289bf51585b9f4b6fa /lib/sqlalchemy/engine/base.py
parentec6214457ed71f0ae87d83076e084214650aae5d (diff)
downloadsqlalchemy-0ce045bd853ec078943c14fc93b87897d2169882.tar.gz
- The SQLite dialect, when using the :class:`.sqlite.DATE`,
:class:`.sqlite.TIME`, or :class:`.sqlite.DATETIME` types, and given a ``storage_format`` that only renders numbers, will render the types in DDL as ``DATE_CHAR``, ``TIME_CHAR``, and ``DATETIME_CHAR``, so that despite the lack of alpha characters in the values, the column will still deliver the "text affinity". Normally this is not needed, as the textual values within the default storage formats already imply text. fixes #3257
Diffstat (limited to 'lib/sqlalchemy/engine/base.py')
0 files changed, 0 insertions, 0 deletions