nocobase/packages/core/database/src
ChengLei Shao b1aa6cff5e
chore: update field with primary key attribute (#3852)
* chore: update field with primary key attribute

* chore: test

* fix: build

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* fix: test

* fix: test

* fix: test

* chore: unique index name

* fix: test

* chore: test
2024-03-30 21:24:06 +08:00
..
__tests__ chore: update field with primary key attribute (#3852) 2024-03-30 21:24:06 +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 fix(db): through scope in eager loading & fix(acl): filter reset issue (#3636) 2024-03-07 13:38:17 +08:00
errors feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
features chore: cascade can replace set null action (#3812) 2024-03-25 16:02:52 +08:00
field-repository feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
fields refactor: uuid & nanoid support default value configuration (#3830) 2024-03-30 20:45:27 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators chore: escape underscore char in include query (#3681) 2024-03-12 14:53:12 +08:00
query-interface fix: infer postgres field (#3663) 2024-03-09 10:08:32 +08:00
relation-repository fix: update assocations in belongs to many repository (#3229) 2023-12-19 10:07:25 +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 fix: date parse 2024-01-05 22:36:57 +08:00
view chore: enum type map 2024-03-15 11:37:54 +08:00
collection-factory.ts feat: application backup and restore (#3268) 2024-01-08 18:59:56 +08:00
collection-group-manager.ts feat: application backup and restore (#3268) 2024-01-08 18:59:56 +08:00
collection-importer.ts feat: application backup and restore (#3268) 2024-01-08 18:59:56 +08:00
collection.ts chore: update field with primary key attribute (#3852) 2024-03-30 21:24:06 +08:00
database.ts chore: set default association reference on delete action to no action (#3722) 2024-03-24 09:37:52 +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
helpers.ts feat: mariadb support (#3052) 2023-11-20 08:54:40 +08:00
index.ts feat(db): add sql collection (#2419) 2023-09-25 15:03:23 +08:00
inherited-collection.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
inherited-map.ts fix: remove node after collection removed (#1095) 2022-11-16 20:10:26 +08:00
inherited-sync-runner.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +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 refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
mock-database.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
model-hook.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
model.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
options-parser.ts feat: mariadb support (#3052) 2023-11-20 08:54:40 +08:00
playground.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
repository.ts fix(acl): optimize error handling when logged user has no roles (#3190) 2023-12-15 21:03:16 +08:00
sync-runner.ts chore: update field with primary key attribute (#3852) 2024-03-30 21:24:06 +08:00
types.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
update-associations.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +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 chore: query interface (#3177) 2023-12-12 21:24:52 +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