nocobase/packages/core/database/src
2023-10-31 12:11:15 +08:00
..
__tests__ feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
database-utils
decorators feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
eager-loading feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
errors
features fix(database): skip reference delete on view collection (#2303) 2023-07-23 17:13:30 +08:00
field-repository feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
fields chore(database): clean invalid associations in collection model when set field failed (#2720) 2023-09-27 22:03:04 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +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: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
repositories feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
sql-collection feat(db): add sql collection (#2419) 2023-09-25 15:03:23 +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 refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
view chore: jsonb field type map 2023-09-26 15:00:25 +08:00
collection-group-manager.ts
collection-importer.ts fix: improve build (#2643) 2023-09-15 08:51:20 +08:00
collection.ts fix: theme migration error (#2929) 2023-10-28 17:14:31 +08:00
database.ts fix(import): filter non-existent fields 2023-10-31 12:11:15 +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
helpers.ts feat(database): support read ssl file in database config (#2689) 2023-09-21 11:55:18 +08:00
index.ts feat(db): add sql collection (#2419) 2023-09-25 15:03:23 +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
magic-attribute-model.ts
migration.ts
mock-database.ts feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
model-hook.ts
model.ts feat(database): sync false option (#2864) 2023-10-19 16:12:12 +08:00
options-parser.ts feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
playground.ts
repository.ts fix: create collections with multiple records (#2753) 2023-10-09 17:35:04 +08:00
sync-runner.ts chore: sync runner error message 2023-07-27 21:50:41 +08:00
types.ts
update-associations.ts chore: should update belongs to many through table when it is a view (#2635) 2023-09-13 07:15:43 +08:00
update-guard.ts fix: error when post create action with emtpy value (#2916) 2023-10-26 11:42:09 +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