nocobase/packages/core/database/src
2024-04-23 14:13:21 +08:00
..
__tests__ feat(database): improve text field 2024-04-20 22:01:09 +08:00
database-utils
decorators fix: reject update when filter is empty object (#3777) 2024-03-30 21:50:54 +08:00
eager-loading feat: support sort option in appends (#4056) 2024-04-19 09:08:46 +08:00
errors feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
features chore: warning message if on delete conflict (#4141) 2024-04-23 14:13:21 +08:00
field-repository feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
fields feat(database): improve text field 2024-04-20 22:01:09 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators fix: array operator with camel case field (#4032) 2024-04-14 10:51:14 +08:00
query-interface fix: restore with table name in camel case (#3995) 2024-04-09 19:10:29 +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 test: add backend unit tests (#4000) 2024-04-16 17:56:48 +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 fix: load view collection belongs to association with source options (#3912) 2024-04-05 09:49:23 +08:00
database.ts chore: warning message if on delete conflict (#4141) 2024-04-23 14:13:21 +08:00
filter-match.ts
filter-parser.ts
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
inherited-sync-runner.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
magic-attribute-model.ts
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
model.ts chore: return bigInt as string type (#3887) 2024-04-01 22:08:10 +08:00
options-parser.ts feat: mariadb support (#3052) 2023-11-20 08:54:40 +08:00
playground.ts
repository.ts fix: reject update when filter is empty object (#3777) 2024-03-30 21:50:54 +08:00
sync-runner.ts chore: update field with primary key attribute (#3852) 2024-03-30 21:24:06 +08:00
types.ts
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