nocobase/packages/core/database/src
ChengLei Shao 7542f12445
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
Test on Windows / build (push) Waiting to run
chore: clear listener after transaction commited (#4879)
2024-07-14 22:28:23 +08:00
..
__tests__ fix: target key value is empty (#4796) 2024-07-05 06:47:21 +08:00
database-utils chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
decorators chore: clear listener after transaction commited (#4879) 2024-07-14 22:28:23 +08:00
eager-loading chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
errors chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
features chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
field-repository chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
fields fix(database): find model in hooks (#4694) 2024-06-18 15:31:45 +08:00
interfaces chore(action-import): validate association & select field value (#4643) 2024-06-14 12:02:03 +08:00
listeners chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
operators fix: column name ambiguous error in array operator (#4401) 2024-05-19 18:33:40 +08:00
query-interface fix(backup-restore): dump with collection that names were reserved words in mysql (#4734) 2024-06-24 15:50:37 +08:00
relation-repository fix: after update event in single relation repository (#4503) 2024-05-27 20:52:15 +08:00
repositories chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
sql-parser chore: split sql collection (#3650) 2024-05-17 15:39:01 +08:00
value-parsers chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
view chore(database): mediumtext type support (#4697) 2024-06-18 16:03:35 +08:00
collection-factory.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
collection-group-manager.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
collection-importer.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
collection.ts fix(database): should not add field when binding error (#4804) 2024-07-05 08:49:24 +08:00
database.ts fix(database): db auth default retry 9 times 2024-06-19 22:02:40 +08:00
filter-match.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
filter-parser.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
helpers.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
index.ts refactor: export & import plugin (#4468) 2024-06-05 17:52:43 +08:00
inherited-collection.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
inherited-map.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
inherited-sync-runner.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
interface-manager.ts refactor: export & import plugin (#4468) 2024-06-05 17:52:43 +08:00
magic-attribute-model.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
migration.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
mock-database.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
model-hook.ts fix(database): find model in hooks (#4694) 2024-06-18 15:31:45 +08:00
model.ts fix: create multiple auto incr field in mysql (#4839) 2024-07-14 16:14:26 +08:00
options-parser.ts feat(database): append default sort options into find (#4231) 2024-05-06 21:03:30 +08:00
repository.ts refactor: export & import plugin (#4468) 2024-06-05 17:52:43 +08:00
sync-runner.ts fix: create multiple auto incr field in mysql (#4839) 2024-07-14 16:14:26 +08:00
types.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
update-associations.ts fix: target key value is empty (#4796) 2024-07-05 06:47:21 +08:00
update-guard.ts fix: target key value is empty (#4796) 2024-07-05 06:47:21 +08:00
utils.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
view-collection.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00