zenstack/tests/e2e/orm/client-api
2026-05-22 08:31:43 -07:00
..
relation fix(orm): fixed postgres orderBy in nested queries (includes/selects) (#2518) 2026-03-28 21:58:31 -07:00
timezone fix(orm): return @db.Time fields as Date instead of raw string (#2589) (#2590) 2026-04-18 20:17:45 -07:00
aggregate.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
atomicity.test.ts perf(orm): avoid unnecessary pre-mutation read and transactions (#2484) 2026-03-14 12:18:11 -07:00
auth-typing.test.ts fix(orm): typing issue when auth type is a typedef (#444) 2025-11-27 12:41:45 +08:00
checked-unchecked.test-d.ts fix(orm): export UncheckedCreateInput/CheckedCreateInput and add XOR to UpdateInput (#2627) 2026-04-29 14:44:21 -07:00
checked-unchecked.test.ts fix(orm): export UncheckedCreateInput/CheckedCreateInput and add XOR to UpdateInput (#2627) 2026-04-29 14:44:21 -07:00
compound-id.test.ts feat: implement field validation (#290) 2025-10-08 13:06:41 -07:00
computed-fields.test.ts fix(orm): use uncapitalized model names in OmitConfig and ComputedFieldsOptions (#2496) 2026-03-18 17:47:03 -07:00
connect-disconnect.test.ts fix: orderBy issue when used with groupBy, add zod cache and $connect API (#317) 2025-10-19 23:17:31 -07:00
count.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
create-many-and-return.test.ts feat(orm): mysql support (#616) 2026-01-24 23:21:36 +08:00
create-many.test.ts feat: creating zod schemas for zmodel constructs and ORM query input validations (#2389) 2026-02-20 06:31:00 -08:00
create.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
default-auth.test.ts fix(orm): typing issue with relation fields with fk having default value (#371) 2025-11-05 18:14:35 -08:00
default-values.test.ts fix(orm): cuid() generator should respect version argument (#547) 2025-12-29 23:18:35 +08:00
delegate.test.ts feat(orm): implement delegateMap attribute (#2676) 2026-05-22 08:31:43 -07:00
delete-many.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
delete.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
diagnostics.test.ts update test 2026-03-13 10:23:12 -07:00
error-handling.test.ts feat(orm): mysql support (#616) 2026-01-24 23:21:36 +08:00
exists.test.ts feat: exists operation (#550) 2026-01-07 18:05:49 +08:00
filter.test.ts fix(orm): unify zenstack v3 and prisma behavior on empty branches in OR filter (#2528) 2026-04-02 23:44:28 -07:00
find.test.ts fix(orm): make orderBy nulls optional (#2670) 2026-05-13 12:13:11 -07:00
full-text-search.test.ts fix(orm): coalesce NULL → '' in single-field _ftsRelevance ORDER BY 2026-05-06 21:07:53 -07:00
fuzzy-search.test.ts feat(orm): add field-level @fuzzy attribute to gate fuzzy search (#2642) 2026-05-05 12:41:09 -07:00
generated-id-format-strings.test.ts fix: check for empty strings and escapement for ID formatting (#542) 2025-12-29 15:03:34 +08:00
group-by.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
ignore.test.ts fix: ts schema generation for ignored models and fields (#440) 2025-11-25 18:23:56 -08:00
import.test.ts refactor: move e2e orm tests to e2e project, fix bundle issues (#285) 2025-10-03 21:06:19 -07:00
json-filter.test.ts chore: upgrade to TypeScript 6 (#2629) 2026-04-29 20:41:27 -07:00
mixin.test.ts feat(language): allow relation fields in type declarations for mixin use cases (#2583) 2026-04-16 20:01:12 -07:00
name-mapping.test.ts feat(orm): mysql support (#616) 2026-01-24 23:21:36 +08:00
omit.test.ts fix(orm): use uncapitalized model names in OmitConfig and ComputedFieldsOptions (#2496) 2026-03-18 17:47:03 -07:00
pg-computed-multischema.test.ts add test for pg computed values across multiple schema (#615) 2026-01-24 11:12:58 +08:00
pg-custom-schema.test.ts fix(orm): add special treatment to enum arrays for postgres db (#577) 2026-01-08 20:53:28 +08:00
pg-date-field.test.ts chore: fix up test case (#2600) 2026-04-21 17:33:06 -07:00
procedures.test.ts custom procedures (#551) 2026-01-08 11:21:51 +08:00
raw-query.test.ts feat(orm): mysql support (#616) 2026-01-24 23:21:36 +08:00
scalar-list.test.ts refactor: move e2e orm tests to e2e project, fix bundle issues (#285) 2025-10-03 21:06:19 -07:00
slicing.test.ts chore: upgrade to TypeScript 6 (#2629) 2026-04-29 20:41:27 -07:00
transaction.test.ts fix: preserve transaction state in $use, $unuse, and $unuseAll (#2497) 2026-03-20 22:24:04 -07:00
type-coverage.test.ts perf(orm): avoid unnecessary pre-mutation read and transactions (#2484) 2026-03-14 12:18:11 -07:00
typed-json-fields.test.ts feat(cli): implement watch mode for generate (#554) 2026-01-07 21:52:50 +08:00
undefined-values.test.ts chore(orm): use "json_each" instead of "jsonb_each" for better compatibility (#484) 2025-12-13 14:31:24 +08:00
unsupported.test-d.ts fix(orm): exclude Unsupported fields from ORM client (#2468) 2026-03-17 12:36:46 -07:00
unsupported.test.ts chore: upgrade to TypeScript 6 (#2629) 2026-04-29 20:41:27 -07:00
update-many.test.ts fix(orm): export UncheckedCreateInput/CheckedCreateInput and add XOR to UpdateInput (#2627) 2026-04-29 14:44:21 -07:00
update.test.ts fix(orm): export UncheckedCreateInput/CheckedCreateInput and add XOR to UpdateInput (#2627) 2026-04-29 14:44:21 -07:00
upsert.test.ts fix(orm): entity is not created when upserting with an empty update payload (#477) 2025-12-12 19:43:40 +08:00
utils.ts refactor: rename runtime package to orm (#332) 2025-10-23 22:07:55 -07:00
zod.test-d.ts feat: creating zod schemas for zmodel constructs and ORM query input validations (#2389) 2026-02-20 06:31:00 -08:00
zod.test.ts feat(server): add OpenAPI spec generation for RPC API (#2574) 2026-04-11 21:35:24 -07:00