tachybase_todo/packages/core/database/src
ChengLei Shao 08b2f374c8
feat(database): handle targetCollection option in repository find (#2175)
* test: return child collection when get with filterByTk

* refactor: targetCollection

* chore: target collection args in repository find

* feat: handle targetCollection option in repository find

* feat: get child target at belongs to many association

* chore: build

* chore: build

* chore: test

* refactor: targetcollection

* test: belongs to association with targetCollection

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* feat: update with targetCollection option

* feat: inject target collection options at repository update

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-07-21 10:51:56 +08:00
..
__tests__ feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
database-utils feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
decorators feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
eager-loading feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
errors feat: limit database identifier (#908) 2022-10-14 15:02:41 +08:00
features fix: destroy through table record referencing collections table (#1611) 2023-03-28 12:26:30 +08:00
field-repository fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
fields feat: localization management (#2210) 2023-07-17 23:23:44 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
query-interface feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
relation-repository feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
repositories feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
sql-parser feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
value-parsers fix(value-parser): option type is string 2023-07-14 18:56:58 +08:00
view feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
collection-group-manager.ts feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00
collection-importer.ts fix: collection importer has incorrect reference (#1495) 2023-02-24 17:50:08 +08:00
collection.ts feat: localization management (#2210) 2023-07-17 23:23:44 +08:00
database.ts feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
filter-match.ts fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
filter-parser.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
index.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
inherited-collection.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
inherited-map.ts fix: remove node after collection removed (#1095) 2022-11-16 20:10:26 +08:00
magic-attribute-model.ts feat(plugin-cm): add unique option for base fields (#745) 2022-08-20 23:23:13 +08:00
migration.ts feat: improve migrations (#510) 2022-06-17 10:25:59 +08:00
mock-database.ts feat: repository aggregate method (#1829) 2023-05-11 15:16:33 +08:00
model-hook.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
model.ts feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
options-parser.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
playground.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
repository.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
sync-runner.ts chore: inhertis api with difference schema (#1545) 2023-04-06 09:05:47 +08:00
types.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
update-associations.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
update-guard.ts refactor(db): add batch logic to update for better performance (#2070) 2023-06-21 16:37:06 +08:00
utils.ts Refactor/append fields (#1883) 2023-05-19 16:39:00 +08:00
view-collection.ts feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00