summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-02-14 13:57:54 +0100
committerAndrey Andreev <narf@devilix.net>2019-02-14 13:57:54 +0100
commita0744323430f78e869e61d5412dff927fc512878 (patch)
tree169f6f12288cb07c675df99010191995dece3d22 /user_guide_src
parent8b71bc904212d932faa25dc2be49c85c60e847e5 (diff)
[ci skip] Polish changes from PR #5692, apply them to pdo/oci and add a changelog entry
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index bd66baa3f..3c4e87023 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -12,6 +12,7 @@ Bug fixes for 3.1.11
====================
- Fixed a bug (#5681) - :doc:`Database Forge <database/forge>` method ``modify_column()`` produced erroneous SQL for ``DEFAULT`` attribute changes under PostgreSQL, Firebird.
+- Fixed a bug (#5692) - :doc:`Database Forge <database/forge>` didn't handle column nullability with the 'oci8', 'pdo/oci' drivers.
Version 3.1.10
==============