tachybase_todo/packages
ChengLei Shao f490fd358a fix: slow join query issued by appends field in find method of repository (#845)
* fix: slow join query issue by appends field in repository.find

* feat: handle appending query in multiple relation repository

* feat: handle appending query in single relation repository

Co-authored-by: chenos <chenlinxh@gmail.com>
(cherry picked from commit 9222ff4f0ca92bc554107fccc0cf2a9d6290e56d)

# Conflicts:
#	packages/core/database/src/__tests__/relation-repository/hasone-repository.test.ts
#	packages/core/database/src/repository.ts
2022-10-13 12:36:20 +08:00
..
app feat(core/cache): support cache (#876) 2022-10-13 12:24:10 +08:00
core fix: slow join query issued by appends field in find method of repository (#845) 2022-10-13 12:36:20 +08:00
plugins feat: update option must have filter or filterByTk (#847) 2022-10-13 12:19:05 +08:00
presets fix: auto install a plugin on enable (#852) 2022-09-26 23:47:07 +08:00
samples feat: sample-custom-signup-page (#893) 2022-10-12 12:13:31 +08:00