summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-18 19:00:05 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-18 19:00:05 -0400
commitfff90799098bd14ea68c158c787585f6dec130d4 (patch)
tree1cdbfe02a8374ac627451e11e3c7508dfb3f15d6 /doc
parentca02882c6a0d66562d86bf55d5449a04825fa354 (diff)
downloadsqlalchemy-fff90799098bd14ea68c158c787585f6dec130d4.tar.gz
- Removed a 128-character truncation from the reflection of the
server default for a column; this code was original from PG system views which truncated the string for readability. [ticket:2844]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 7a3909a9a..126f3a3b8 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -11,6 +11,15 @@
:version: 0.8.3
.. change::
+ :tags: bug, postgresql
+ :tickets: 2844
+ :versions: 0.9.0
+
+ Removed a 128-character truncation from the reflection of the
+ server default for a column; this code was original from
+ PG system views which truncated the string for readability.
+
+ .. change::
:tags: bug, mysql
:tickets: 2721, 2839
:versions: 0.9.0