load a default fetchFunc for dao.ExpandRecord(s)

This commit is contained in:
Gani Georgiev
2023-07-14 08:36:01 +03:00
parent fdccdcebad
commit 2b465b0646
3 changed files with 39 additions and 21 deletions
+2
View File
@@ -80,6 +80,8 @@
- (@todo docs) For consistency and convenience it is now possible to call `Dao.RecordQuery(collectionModelOrIdentifier)` with just the collection id or name.
In case an invalid collection id/name string is passed the query will be resolved with cancelled context error.
- (@todo docs) Use a default fetch function that will return all relations in case the fetchFunc argument of `Dao.ExpandRecord()` and `Dao.ExpandRecords()` is `nil`.
## v0.16.8