summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-16 17:10:05 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-16 17:10:05 -0500
commit79f801eae889ee6ee098ce3cd3b0ca98b852d2f5 (patch)
treeb10b159c45984b9414f57c4b2bbd18dff3ed4f1f /doc
parent198a900bd19dd6ef21f642dccfc8f5bd3321181a (diff)
downloadsqlalchemy-79f801eae889ee6ee098ce3cd3b0ca98b852d2f5.tar.gz
- changelog + documentation for pullreq github:65
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 5cdbcbb24..8e113f217 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -15,6 +15,20 @@
:version: 0.9.3
.. change::
+ :tags: sqlite
+ :pullreq: github:65
+
+ Support has been added to SQLite type reflection to fully support
+ the "type affinity" contract specified at http://www.sqlite.org/datatype3.html.
+ In this scheme, keywords like ``INT``, ``CHAR``, ``BLOB`` or
+ ``REAL`` located in the type name generically associate the type with
+ one of five affinities. Pull request courtesy Erich Blume.
+
+ .. seealso::
+
+ :ref:`sqlite_type_reflection`
+
+ .. change::
:tags: postgresql
:pullreq: github:64