From 6da7496d775fa2167228c3a97bfbbd725ddf8ba4 Mon Sep 17 00:00:00 2001 From: "R. C. Howell" Date: Mon, 25 Mar 2024 14:16:00 -0700 Subject: [PATCH] Updates CHANGELOG for CASE-WHEN (#1401) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a767879343..40679b1500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated ### Fixed +- Fixes typing of CASE-WHEN by applying the rules from SQL-99 9.3 for minimal common supertype. ### Removed @@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Contributors Thank you to all who have contributed! -- @ +- @rchowell -->