nocobase/packages/core/database/src
katherinehhh 046a0b4f4d
feat(collection-manager): tableOID field and collection field (#2161)
* feat: support tableOid interface

* chore: child collection filter operator

* chore: test

* refactor: support tableOid and collection field

* chore: test

* fix: refactor: collectionSelect

* refactor: support linkage from form in add child

* refactor: add child support linkage form form

* refactor: code improve

* feat: support undefined value in childIn query

* chore: test

* refactor: locale improve

* refactor: code  improve

* refactor: code  improve

* refactor: tableoid only support pg

* refactor: tableoid only support pg

* refactor: code improve

* refactor: collection operator

* refactor: code improve

* refactor: code improve

* refactor: code improve

* refactor: code improve

* refactor: collection field support options config

* refactor: collection field support options config

* feat: tableoid migration

* fix: item.options?.inherits

---------

Co-authored-by: ChengLei Shao <chareice@live.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-07-04 23:16:49 +08:00
..
__tests__ feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
database-utils feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
decorators
eager-loading chore(database): return emtpy fields when attributes not specified (#2034) 2023-06-12 18:44:43 +08:00
errors
features fix: destroy through table record referencing collections table (#1611) 2023-03-28 12:26:30 +08:00
field-repository
fields feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
listeners chore(database): append inherit inspect attribute with eager load (#2010) 2023-06-08 17:58:39 +08:00
operators feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
query-interface chore: pg sql parser (#1890) 2023-05-19 15:30:44 +08:00
relation-repository feat(database): append child collection name after eager load (#1978) 2023-06-06 11:30:35 +08:00
sql-parser chore: pg sql parser (#1890) 2023-05-19 15:30:44 +08:00
tree-repository fix: tree with fields option (#1833) 2023-05-10 16:32:36 +08:00
value-parsers
view chore(database): pg oid and name data type in view (#1982) 2023-06-05 10:56:34 +08:00
collection-group-manager.ts
collection-importer.ts
collection.ts chore: load view collection when source not found (#1930) 2023-05-25 21:46:58 +08:00
database.ts feat: infer belongs to association field in view collection (#1756) 2023-06-04 13:04:56 +08:00
filter-match.ts
filter-parser.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
index.ts feat: data visualization (#2160) 2023-06-30 20:49:44 +08:00
inherited-collection.ts
inherited-map.ts
magic-attribute-model.ts
migration.ts
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 chore(database): append inherit inspect attribute with eager load (#2010) 2023-06-08 17:58:39 +08:00
playground.ts
repository.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +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 chore(database): skip update association if through model is a view (#2173) 2023-07-04 12:59:23 +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: infer belongs to association field in view collection (#1756) 2023-06-04 13:04:56 +08:00