summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-10-31 14:08:24 +0100
committerTim Graham <timograham@gmail.com>2014-10-31 13:30:30 -0400
commit715ccfde24f9f2b7f6710429370a1eff3c78fc2a (patch)
treefafa488c270dff08467b6536b64189c810565b42 /docs
parented2f96819c9ad6e21e4d397b6418915f5caf522f (diff)
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default value
Thanks to Andrey Antukh for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 5d4ea56850..d5fe622278 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -37,3 +37,6 @@ Bugfixes
* Added support for transactional spatial metadata initialization on
SpatiaLite 4.1+ (:ticket:`23152`).
+
+* Fixed a migration crash that prevented changing a nullable field with a
+ default to non-nullable with the same default (:ticket:`23738`).