NEWS.md: update 3.10.0 news [ci skip]

This commit is contained in:
Even Rouault 2024-11-01 16:42:51 +01:00
parent b6a63a79fc
commit 779871e561
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 2 additions and 0 deletions

View File

@ -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()