tachybase_todo/packages/database/src
ChengLei Shao 9dd590c459
fix Collection rest api (#205)
* test: collections rest api

* test: add more test cases

* fix: test case

* fix: Error: src/schema-component/antd/array-table/TableRecordActionDesigner.tsx(3,38): error TS2307: Cannot find module '@nocobase/client' or its corresponding type declarations.

* fix: belongsToMany create with empty value

* fix: relation query  test

* test: appends + sort

* fix: belongsToMany find error

* fix: add cleanDb to fix database test

* fix: mysql test

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-02-22 23:38:13 +08:00
..
__tests__ fix Collection rest api (#205) 2022-02-22 23:38:13 +08:00
fields fix(database): export uid field options 2022-02-19 17:16:12 +08:00
operators fix: postgres array operator (#200) 2022-02-20 10:33:26 +08:00
relation-repository fix Collection rest api (#205) 2022-02-22 23:38:13 +08:00
collection-importer.ts v0.6 2021-12-06 21:23:34 +08:00
collection.ts fix(database): typings 2022-02-17 16:16:05 +08:00
database.ts refactor: mockDatabase 2022-02-15 00:20:25 +08:00
filter-parser.ts feat: filter by target key (#146) 2022-01-07 20:08:01 +08:00
index.ts refactor: mockDatabase 2022-02-15 00:20:25 +08:00
magic-attribute-model.ts Feat/plugin UI schema v0.6 (#143) 2022-01-19 10:09:30 +08:00
mock-database.ts Feat(plugin workflow): add more instructions (#201) 2022-02-20 21:23:39 +08:00
model-hook.ts fix(database): typings 2022-02-17 16:16:05 +08:00
options-parser.ts fix: option parser test (#195) 2022-02-17 17:41:30 +08:00
playground.ts v0.6 2021-12-06 21:23:34 +08:00
repository.ts fix: postgres sort with appends issue (#198) 2022-02-20 01:23:04 +08:00
transaction-decorator.ts feat: add acl plugin (#169) 2022-01-30 10:37:27 +08:00
update-associations.ts feat: add acl plugin (#169) 2022-01-30 10:37:27 +08:00
update-guard.ts fix Collection rest api (#205) 2022-02-22 23:38:13 +08:00