From 3138b1de88853d53d3856c889a3fad4953fe7320 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 19 Mar 2025 06:51:00 +0100 Subject: [PATCH] CockroachDB: not actually fixed --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e297c85..b386eca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ - PostgreSQL: Display auto_increment of inserted rows - PostgreSQL: Display description of system variables - PostgreSQL: Avoid warning about crdb_version (bug #924, regression from 5.0.5) -- CockroachDB: Fix dropping procedure with varchar (cockroachdb/cockroach#142886) - CSS: Sticky table headers (bug #918) - CSS: Allow more custom styles with dark mode (bug #925) - IMAP: New plugin driver created for fun