nocobase/packages/core/database/src
ChengLei Shao ecf618783e
feat: fallback sort field init to createdAt field (#1507)
* feat: fallback sort field init to createdAt field when primary key not exists

* chore: set belongsToMany through autoCreated table to sortable false
2023-02-27 13:59:17 +08:00
..
__tests__ feat: fallback sort field init to createdAt field (#1507) 2023-02-27 13:59:17 +08:00
database-utils fix: add schema (#1464) 2023-02-18 09:27:54 +08:00
decorators
errors
features
field-repository
fields feat: fallback sort field init to createdAt field (#1507) 2023-02-27 13:59:17 +08:00
operators
relation-repository feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
value-parsers feat: support for importing attachments (#1466) 2023-02-19 17:35:23 +08:00
collection-importer.ts fix: collection importer has incorrect reference (#1495) 2023-02-24 17:50:08 +08:00
collection.ts fix: collection schema updated but model _schema not change (#1500) 2023-02-26 08:04:29 +08:00
database.ts fix(association-select): data is incorrect when use data scope (#1491) 2023-02-27 09:14:14 +08:00
filter-match.ts
filter-parser.ts
index.ts feat(db): field value parser 2023-02-16 23:56:00 +08:00
inherited-collection.ts
inherited-map.ts
magic-attribute-model.ts
migration.ts
mock-database.ts Fix/pg schema with inherit (#1446) 2023-02-16 10:53:04 +08:00
model-hook.ts
model.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
options-parser.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
playground.ts
repository.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
sync-runner.ts Fix/pg schema with inherit (#1446) 2023-02-16 10:53:04 +08:00
types.ts
update-associations.ts
update-guard.ts feat: provide the underscored option for the database (#1366) 2023-02-13 21:38:47 +08:00
utils.ts Fix/multiple schema query (#1488) 2023-02-23 14:13:32 +08:00