← 返回事件
持续讨论科技发版8.0.0-rc.11

v8.0.0-rc.11-dev.49: Composite map keys are JSON arrays, not NUL-joined strings (#30377)

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源