From c197f38fbee74da981e4c21c1809aa074561d043 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 1 Nov 2024 16:42:51 +0100 Subject: [PATCH] NEWS.md: update 3.10.0 news [ci skip] --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3b7c9b132394..204ca7f279b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -389,6 +389,8 @@ Zarr driver: * SQL SQLite dialect: fix translation of "x IN (NULL)" with "recent" (at least > 3.31.1) versions of SQLite3 * OGRSQL: fix compliance of NOT and IN operators regarding NULL values +* OGRSQL: SQL expression tree to string: add missing parenthesis that could make + further evaluation of operator priority wrong * OGRSQL: add SELECT expression [AS] OGR_STYLE HIDDEN to be able to specify feature style string without generating a visible column (#10259) * OGRSQL: use Kahan-Babuska-Neumaier algorithm for accurate SUM()