nocobase/packages/core/database/src
ChengLei Shao ba76c77212
chore: return bigInt as string type (#3887)
* chore: test

* chore: return bigInt as string

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: postgres BIGINT parser

* chore: test
2024-04-01 22:08:10 +08:00
..
__tests__ chore: return bigInt as string type (#3887) 2024-04-01 22:08:10 +08:00
database-utils
decorators fix: reject update when filter is empty object (#3777) 2024-03-30 21:50:54 +08:00
eager-loading fix(db): through scope in eager loading & fix(acl): filter reset issue (#3636) 2024-03-07 13:38:17 +08:00
errors feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
features chore: cascade can replace set null action (#3812) 2024-03-25 16:02:52 +08:00
field-repository
fields refactor: uuid & nanoid support default value configuration (#3830) 2024-03-30 20:45:27 +08:00
listeners
operators chore: escape underscore char in include query (#3681) 2024-03-12 14:53:12 +08:00
query-interface fix: infer postgres field (#3663) 2024-03-09 10:08:32 +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 feat(db): add sql collection (#2419) 2023-09-25 15:03:23 +08:00
sql-parser
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 chore: update field with primary key attribute (#3852) 2024-03-30 21:24:06 +08:00
database.ts chore: return bigInt as string type (#3887) 2024-04-01 22:08:10 +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