v8.0.0-rc.11-dev.49: Composite map keys are JSON arrays, not NUL-joined strings (#30377)
- Prisma 近 90 天出现 114 次
- Prisma 近 90 天第 114 次发版
- 上一次:同一天稍早 · v8.0.0-rc.11-dev.48
发生了什么
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…
摘要按规则整理自下方来源原文