]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4342] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Thu, 26 Mar 2026 13:27:04 +0000 (09:27 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 26 Mar 2026 13:27:53 +0000 (13:27 +0000)
modified:   changelog_unreleased/4342-get-rid-of-json_supported-logic-in-mysql-and-postgresql-code
modified:   src/share/database/scripts/pgsql/upgrade_032_to_033.sh.in

changelog_unreleased/4342-get-rid-of-json_supported-logic-in-mysql-and-postgresql-code
src/share/database/scripts/pgsql/upgrade_032_to_033.sh.in

index 7f03f7252869decf7dabaa15ce69ddc0416d7a98..ffd571a57b63a843855ed4d217fea5bd64e3ea65 100644 (file)
@@ -1,6 +1,6 @@
 [func]         tmark
        Auto detection of JSON support in MySQL
-       and PostgreSQL databases has been removed
-       All supported version should now include
-       JSON support.
+       and PostgreSQL databases has been removed.
+       All database versions with active support
+       should now include JSON support.
        (Gitlab #4342)
index ecb1aaa9a7f473b126fe73bb7566fe2d49ecbfc5..804093db73f66cafe35b02a7f268e2a5e843d7c3 100755 (executable)
@@ -101,6 +101,7 @@ BEGIN
     RETURN NULL;
 END;
 \$lease6_ADEL\$ LANGUAGE plpgsql;
+
 -- Update the schema version number.
 UPDATE schema_version
     SET version = '33', minor = '0';