From fdd824a9682f8da234b4a7aaf37e63bb25e20e25 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:29:21 -0400 Subject: [PATCH] Bump DuckDB.NET to 1.5.2 Pulls in two upstream bugfix releases relevant to Lite's collector pattern: - 1.5.2 fixes unbounded row group growth on indexed tables under repeated load+insert cycles, and memory leaks/race conditions in prepared statements. - 1.5.1 hardens WAL checkpoint marking, prevents memory corruption in concurrent TrimFreeBlocks, and improves Windows UTF-8/UTF-16 handling. No storage version change within 1.5.x. Co-Authored-By: Claude Opus 4.7 (1M context) --- Lite/PerformanceMonitorLite.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lite/PerformanceMonitorLite.csproj b/Lite/PerformanceMonitorLite.csproj index a443fde..7b8936e 100644 --- a/Lite/PerformanceMonitorLite.csproj +++ b/Lite/PerformanceMonitorLite.csproj @@ -37,8 +37,8 @@ - - + +