From a42e526f81587dcf31e5f60445a51c77b9d611e2 Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Wed, 18 Jan 2023 13:36:51 +0100 Subject: [PATCH] NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6334855c..27d96cb5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +* general overhaul of concurrent SQL execution, adding loops with exponential + backoff and exclusive transactions. This should solve many concurrency + problems (see src/sql_reliability.h ). + Even if this is an important change; there is no API change related to this + functionality. v3.2.0-RC16 2023-01-17 * rewrite some CPP macros working around problems (I indeed suspect a bug: