[#6590] apply nullifyMisingField for request.auth.* and request.body.* back relations when the relation field is pointing to a different collection

This commit is contained in:
Gani Georgiev
2025-03-14 22:53:46 +02:00
parent 4ced91f95d
commit 24c4b63960
3 changed files with 16 additions and 2 deletions

View File

@@ -22,6 +22,8 @@
- Bumped the default request read and write timeouts to 5mins (_old 3mins_) to accommodate slower internet connections and larger file uploads/downloads.
_If you want to change them you can modify the `OnServe` hook's `ServeEvent.ReadTimeout/WriteTimeout` fields as shown in [#6550](https://github.com/pocketbase/pocketbase/discussions/6550#discussioncomment-12364515)._
- Normalized the `@request.auth.*` and `@request.body.*` back relations resolver to always return `null` when the relation field is pointing to a different collection ([#6590](https://github.com/pocketbase/pocketbase/discussions/6590#discussioncomment-12496581)).
- Updatated `modernc.org/sqlite` to 1.36.0 (SQLite 3.49.0).