v8.0.0-rc.11-dev.49: Composite map keys are JSON arrays, not NUL-joined strings (#30377)
- Prisma: 114 events in the last 90 days
- Prisma: 114th Release in the last 90 days
- Previous: earlier the same day · v8.0.0-rc.11-dev.48
What happened
Linked issue n/a — small change. Skill update n/a — internal only. At a glance // before, validators.ts: a literal U+0000 byte sits between the braces const key = ` ${ tableName } (U+0000) ${ name } ` ; // after const key = JSON . stringify ( [ tableName , name ] ) ; Before this PR grep reported packages/2-sql/1-core/contract/src/validators.ts as a binary file and skipped it, because the source contained a real NUL…
Summary assembled by rule from the sources below