ChengLei Shao
|
0e0eb6432e
|
feat: provide the underscored option for the database (#1366)
* feat: underscored options
* feat: underscored using hook
* feat: database underscored options
* feat: underscored env
* fix: collectionExistsInDb
* fix: test
* fix: nocobase install
* fix: test
* fix: belongsTo association
* fix: test of underscored
* chore: console.log
* fix: list action test
* fix: dump test
* chore: snakeCase algo
* fix: underscored field create
* fix: underscored env
* fix(acl): custom appends merge strategy (#1416)
* Update index.md
* fix(plugin-workflow): use promise to request (#1426)
* Update index.md
* Update collection.md
* Update index.md
* Update index.md
* Update collection.md
* Update field.md
* Update repository.md
* Update has-one-repository.md
* Update has-many-repository.md
* Update belongs-to-many-repository.md
* Update index.md
* chore: translate 'Add tab' in page header (#1424)
* fix: test
* fix: workflow test
* fix: underscored with inherits
* fix: underscored test
* fix: process.env.DB_UNDERSCORED
* fix: process.env.DB_UNDERSCORED === 'true'
* fix: test
* fix: pg test
* fix: underscored table name
* feat: tableName & fieldName conflict check
* fix: test
* fix: underscored index
* fix: update field unique index
* fix: sync default value
* fix: collection manager create field
* chore: field sync
* fix: pg test
* chore: test
* fix: test
* chore: default constraint name
* chore: syncUniqueIndex
* feat: field destory before check
* feat: field type check
* fix: test
* fix: test
* fix: improve
* fix: should destroy when fields refer to the same field
* fix: acl meta with underscored
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-13 21:38:47 +08:00 |
|
chenos
|
7cfa939f63
|
fix(database): cannot read properties of null (reading 'constructor')
|
2022-11-30 10:57:41 +08:00 |
|
ChengLei Shao
|
d45623ee2e
|
fix: appends merge now using primary key (#911)
* fix: appends merge now using primary key
* chore: console.log
|
2022-10-15 10:47:00 +08:00 |
|
ChengLei Shao
|
eaea8a7100
|
feat: limit database identifier (#908)
|
2022-10-14 15:02:41 +08:00 |
|
ChengLei Shao
|
e6f4db1a73
|
fix: appends merge includes (#905)
|
2022-10-13 18:50:55 +08:00 |
|
ChengLei Shao
|
d777fede90
|
fix: single relation repository appends query issue (#901)
(cherry picked from commit 20c147701571a14a8ac975287e761801789a8978)
|
2022-10-13 12:39:04 +08:00 |
|
chenos
|
933c3f4463
|
fix(database): fix the index name too long error
(cherry picked from commit 7bfe6b8c46bef0183c4703683175561c7fc91aee)
|
2022-10-13 12:36:55 +08:00 |
|
ChengLei Shao
|
f490fd358a
|
fix: slow join query issued by appends field in find method of repository (#845)
* fix: slow join query issue by appends field in repository.find
* feat: handle appending query in multiple relation repository
* feat: handle appending query in single relation repository
Co-authored-by: chenos <chenlinxh@gmail.com>
(cherry picked from commit 9222ff4f0ca92bc554107fccc0cf2a9d6290e56d)
# Conflicts:
# packages/core/database/src/__tests__/relation-repository/hasone-repository.test.ts
# packages/core/database/src/repository.ts
|
2022-10-13 12:36:20 +08:00 |
|