added record.ExpandedOne(rel) and record.ExpandedAll(rel) helpers

This commit is contained in:
Gani Georgiev
2023-07-14 15:20:48 +03:00
parent 8e2246113a
commit 4962dc618b
4 changed files with 118 additions and 0 deletions
+2
View File
@@ -197,6 +197,8 @@ func (dao *Dao) FindRecordsByIds(
return records, nil
}
// @todo consider to depricate as it may be easier to just use dao.RecordQuery()
//
// FindRecordsByExpr finds all records by the specified db expression.
//
// Returns all collection records if no expressions are provided.