| .. |
|
issue-204
|
refactor(schema): widen types for attributes, default, and foreignKeyFor in generated schema
|
2026-03-12 19:51:43 -07:00 |
|
issue-274
|
fix: prisma schema generation issue with default() using auth() (#278)
|
2025-09-30 17:21:43 -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-2488
|
fix(orm): disallow include on models without relation fields (#2508)
|
2026-03-22 20:05:55 -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-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-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 |