nocobase/packages/core/database/src
2024-11-06 20:32:44 +08:00
..
__tests__ fix: sync event in inherited collection (#5477) 2024-10-22 13:43:24 +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 feat: allows to filter child nodes in tree table blocks (#5096) 2024-08-21 14:57:01 +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 chore: options from raw type (#5327) 2024-09-26 21:44:12 +08:00
interfaces fix: import with belongs to associations (#5417) 2024-11-06 13:17:27 +08:00
listeners chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
operators fix(client): string operators "contains/does not contains" should handle null value (#5509) 2024-10-25 08:27:22 +08:00
query-interface chore: not throw error when drop view without permission (#5377) 2024-10-09 14:58:38 +08:00
relation-repository fix: export with relation repository (#5170) 2024-09-03 07:33:29 +08:00
repositories feat: allows to filter child nodes in tree table blocks (#5096) 2024-08-21 14:57:01 +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: support year data type in mysql (#5123) 2024-08-29 18:54:44 +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 chore: file collection unavailable action (#5604) 2024-11-06 20:32:44 +08:00
database.ts feat: allow skipping db version check 2024-09-26 22:23:40 +08:00
filter-match.ts chore: data source api (#4588) 2024-07-19 22:26:27 +08:00
filter-parser.ts feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
helpers.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
index.ts Merge branch 'main' into next 2024-07-18 06:45:12 +00:00
inherited-collection.ts fix: load parent field in inherited collection (#5044) 2024-08-12 18:30:18 +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 fix: sync event in inherited collection (#5477) 2024-10-22 13:43:24 +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 feat: encryption field (#4975) 2024-08-09 17:14:37 +08:00
model.ts Revert "refactor: datetime field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime (#5012)" 2024-08-19 11:03:10 +08:00
options-parser.ts fix: query table without primary key in mssql 2024-07-22 17:24:35 +08:00
repository.ts feat: allows to filter child nodes in tree table blocks (#5096) 2024-08-21 14:57:01 +08:00
sync-runner.ts fix(database): skip table doesn't exist (#5023) 2024-08-09 19:37:33 +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: data source api (#4588) 2024-07-19 22:26:27 +08:00