optimized record references deletion

This commit is contained in:
Gani Georgiev
2022-12-11 21:25:31 +02:00
parent ad321c01e0
commit 18d6a1c529
33 changed files with 150 additions and 102 deletions
+5 -1
View File
@@ -4,6 +4,10 @@
- Removed `rest.UploadedFile` struct (see below `filesystem.File`).
- Optimized memory allocations (~20% improvement).
- Improved record references delete performance.
- Added generic file resource struct that allows loading and uploading file content from
different sources (at the moment multipart/formdata requests and from the local filesystem).
```
@@ -19,7 +23,7 @@
forms.RecordUpsert.RemoveFiles(key, filenames...) // marks the filenames for deletion
```
- Optimized memory allocations (~20% improvement).
- Fixed fixed `LIKE` expressions backslash escaping ([#1231](https://github.com/pocketbase/pocketbase/discussions/1231)).
## v0.9.2