From 40ad022d5e366f56424dcdb885607d13c00a550e Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Fri, 31 Oct 2014 14:08:24 +0100 Subject: [1.7.x] Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default value Thanks to Andrey Antukh for the report. Backport of 715ccfde24 from master --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3