fix: Fix regression for schema cache reloading via NOTIFY on Windows

Upstream accidentally removed the fix, which was introduced for #2524. Fixed again.
This commit is contained in:
Diogo Biazus
2025-02-03 15:40:37 +01:00
committed by GitHub
parent f4889160a0
commit b285f5fba6
8 changed files with 23 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #2524, Fix schema reloading notice on windows - @diogob
- #3693, Prevent spread embedding to allow aggregates when they are disabled - @laurenceisla
- #3693, A nested spread embedding now correctly groups by the fields of its top parent relationship - @laurenceisla
- #3693, Fix spread embedding errors when using the `count()` aggregate without a field - @laurenceisla