Commit graph

5 commits

Author SHA1 Message Date
Yiming Cao
b69a17bf69
chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
Yiming Cao
f3843a37f6
feat(orm): implement JSON null values and equality filter (#464)
* feat(orm): implement JSON null values and equality filter

* Update packages/orm/src/client/crud/validator/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/orm/src/utils/type-utils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* address PR comments

* speed up test type-checking

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-04 20:54:04 +08:00
Yiming Cao
cccd34491d
refactor: rename runtime package to orm (#332) 2025-10-23 22:07:55 -07:00
Yiming Cao
981f643814
perf: avoid unnecessary post-mutation reads (#325) 2025-10-22 10:26:07 -07:00
Yiming Cao
411524404e
refactor: move e2e orm tests to e2e project, fix bundle issues (#285)
* refactor: move e2e orm tests to e2e project, fix bundle issues

* add missing package

* include all tests

* more fixes

* update lockfile

* extract policy plugin to its own package

* fix lint

* addressing review comments
2025-10-03 21:06:19 -07:00
Renamed from packages/runtime/test/client-api/create.test.ts (Browse further)