diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
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 |
