| .. |
|
issue-204
|
refactor(schema): widen types for attributes, default, and foreignKeyFor in generated schema
|
2026-03-12 19:51:43 -07:00 |
|
issue-274
|
chore: migrate from tsup to tsdown (#2580)
|
2026-04-15 12:13:34 -07:00 |
|
issue-422
|
refactor(schema): widen types for attributes, default, and foreignKeyFor in generated schema
|
2026-03-12 19:51:43 -07:00 |
|
issue-503
|
refactor(schema): widen types for attributes, default, and foreignKeyFor in generated schema
|
2026-03-12 19:51:43 -07:00 |
|
issue-2411
|
fix(orm): support DbNull/JsonNull/AnyNull for nullable typed JSON fields (#2552)
|
2026-04-03 15:08:57 -07:00 |
|
issue-2488
|
fix(orm): disallow include on models without relation fields (#2508)
|
2026-03-22 20:05:55 -07:00 |
|
issue-2550
|
fix(orm): make JsonArray mutable to fix Zod schema type incompatibility (#2585)
|
2026-04-16 22:03:39 -07:00 |
|
issue-2567
|
fix(orm): export UncheckedCreateInput/CheckedCreateInput and add XOR to UpdateInput (#2627)
|
2026-04-29 14:44:21 -07:00 |
|
issue-2639
|
test(regression): add regression test for issue #2639 (#2657)
|
2026-05-07 21:47:35 -07:00 |
|
issue-2647
|
fix(orm, zod): allow null in inferred type of required Json fields (#2647) (#2649)
|
2026-05-05 19:14:07 -07:00 |
|
v2-migrated
|
feat(orm): mysql support (#616)
|
2026-01-24 23:21:36 +08:00 |
|
issue-283.test.ts
|
fix: check and complaint if @@index references fields fro m delegate base (#322)
|
2025-10-21 08:58:39 -07:00 |
|
issue-393.test.ts
|
fix(cli): error generating TS schema when default value is negative number (#417)
|
2025-11-17 18:50:37 -08:00 |
|
issue-423.test.ts
|
fix(#423): avoid coercing non-validators to bigint (#427)
|
2025-11-18 19:52:05 -08:00 |
|
issue-493.test.ts
|
feat(orm): mysql support (#616)
|
2026-01-24 23:21:36 +08:00 |
|
issue-505.test.ts
|
fix(orm): operator "!" should only be applicable to boolean fields (#511)
|
2025-12-17 13:56:38 +08:00 |
|
issue-510.test.ts
|
fix(orm): operator "!" should only be applicable to boolean fields (#511)
|
2025-12-17 13:56:38 +08:00 |
|
issue-558.test.ts
|
feat(cli): implement watch mode for generate (#554)
|
2026-01-07 21:52:50 +08:00 |
|
issue-576.test.ts
|
fix(orm): add special treatment to enum arrays for postgres db (#577)
|
2026-01-08 20:53:28 +08:00 |
|
issue-584.test.ts
|
fix(zmodel): improve attribute argument assignability check (#588)
|
2026-01-11 16:44:00 +08:00 |
|
issue-586.test.ts
|
fix(orm): use id-only filter for update read-back (#585)
|
2026-01-11 08:28:23 +08:00 |
|
issue-595.test.ts
|
fix(orm): properly handle literal array values in policy evaluation for postgres (#628)
|
2026-01-29 00:15:07 +08:00 |
|
issue-598.test.ts
|
fix(language): resolve mixin fields from imported files in scope (#598) (#632)
|
2026-01-30 13:38:10 +08:00 |
|
issue-651.test.ts
|
fix(orm): properly cast values for array filters for postgres (#662)
|
2026-02-06 20:10:56 +08:00 |
|
issue-2344.test.ts
|
fix: reject select with only false fields to prevent empty SELECT SQL (#2401)
|
2026-02-23 22:21:26 -05:00 |
|
issue-2351.test.ts
|
fix(test): correct delegate discriminator enum values to match model names
|
2026-03-07 17:30:46 +00:00 |
|
issue-2375.test.ts
|
chore: add regression test for #2375 (#2400)
|
2026-02-23 22:41:45 -05:00 |
|
issue-2376.test.ts
|
fix: auto-add "views" preview feature to generated Prisma schema (#2376) (#2402)
|
2026-02-23 22:52:17 -05:00 |
|
issue-2378.test.ts
|
fix(orm): use compact alias names when transforming ORM queries to Kysely (#2406)
|
2026-02-25 12:41:17 -05:00 |
|
issue-2385.test.ts
|
fix(policy): wrong table alias used when injecting for field policies (#2413)
|
2026-02-26 21:02:36 -05:00 |
|
issue-2394.test.ts
|
fix(orm): fix PostgreSQL type mismatch when @db.Uuid fields used in policy expressions (#2532)
|
2026-03-30 18:39:53 -07:00 |
|
issue-2410.test.ts
|
test(regression): add regression test for issue #2410 (#2549)
|
2026-04-03 14:10:06 -07:00 |
|
issue-2424.test.ts
|
fix(orm): fallback to compact temp aliases for overlong names (#2425)
|
2026-03-05 22:04:58 -08:00 |
|
issue-2433.test.ts
|
fix(zod): use named argument lookup for @length validation (#2434)
|
2026-03-02 10:32:11 -08:00 |
|
issue-2435.test.ts
|
fix(orm): handle self-referential relations in delegate models during schema push (#2449)
|
2026-03-04 19:16:58 -08:00 |
|
issue-2440.test.ts
|
perf(orm): use EXISTS instead of COUNT subquery for some/none/every relation filters (#2455)
|
2026-03-06 20:59:52 -08:00 |
|
issue-2452.test.ts
|
fix(orm): fix _count returning 0 for self-referential relations on delegate models (#2555)
|
2026-04-03 18:16:39 -07:00 |
|
issue-2460.test.ts
|
fix(policy): handle DefaultInsertValueNode in createManyAndReturn (#2461)
|
2026-03-07 16:06:28 -08:00 |
|
issue-2472.test.ts
|
fix(orm): use IS operator for null comparisons in filters (#2475)
|
2026-03-11 10:57:21 -07:00 |
|
issue-2524.test.ts
|
fix(orm): split jsonb_build_object calls exceeding PostgreSQL 100-arg limit (#2554)
|
2026-04-03 15:49:18 -07:00 |
|
issue-2529.test.ts
|
fix(orm): prepend DISTINCT ON fields to ORDER BY for PostgreSQL compatibility (#2562)
|
2026-04-06 16:47:45 -07:00 |
|
issue-2536.test.ts
|
fix(policy): currentModel and currentOperation inside of collection predicates (#2537)
|
2026-03-31 22:35:16 -07:00 |
|
issue-2538.test.ts
|
test(regression): add regression test for issue #2538
|
2026-04-22 15:59:06 -07:00 |
|
issue-2540.test.ts
|
@computed fields from mixin types (with) cause column does not exist error when the model is explicitly included (#2539)
|
2026-04-13 13:49:35 -07:00 |
|
issue-2578.test.ts
|
perf(orm): use EXISTS instead of COUNT subquery for to-one relation filters (#2579)
|
2026-04-15 13:07:16 -07:00 |
|
issue-2588.test.ts
|
fix(orm): resolve delegate-inherited fields in cursor pagination (#2591)
|
2026-04-18 15:50:06 -07:00 |
|
issue-2595.test.ts
|
fix(policy): join base table when loading before-update entities for @@delegate sub-models (#2605)
|
2026-04-22 11:59:30 -07:00 |
|
issue-2603.test.ts
|
fix(orm): resolve implicit m2m join table schema for non-public PostgreSQL schemas (#2606)
|
2026-04-22 15:21:43 -07:00 |
|
issue-2620.test.ts
|
fix(policy): resolve inherited fields in delegate sub-type create policy checks (#2623)
|
2026-04-27 18:23:37 -07:00 |
|
issue-2631.test.ts
|
fix(orm): coerce ISO strings on DateTime input, with strictDateInput opt-in (#2631) (#2632)
|
2026-05-08 05:56:25 -07:00 |
|
issue-2633.test.ts
|
fix(orm): format Date as HH:MM:SS for @db.Time / @db.Timetz columns (#2633) (#2634)
|
2026-05-07 18:02:55 -07:00 |
|
issue-2654.test.ts
|
fix(orm): handle cyclic JSON typedef references in zod factory (#2654) (#2655)
|
2026-05-07 20:51:04 -07:00 |
|
policy-plugin-detection.test.ts
|
fix: detect policy plugin by stable id (#2663)
|
2026-05-11 18:28:16 -07:00 |