Commit 9d31d18
committed
docs: btree spelling change converges as a phase-2 rename, not create+drop
The DEFAULT_INDEX_TYPE comment claimed a btree-vs-untyped spelling change
plans create + drop; normalization makes the two spellings content-equal,
so phase-2 content pairing converges them with a rename (phase-1 never
pairs them — the wire hashes differ). Also note the deliberate PSL/TS
options asymmetry in both authoring READMEs: PSL accepts type: without
options: (absent validates as {}), the TS pack-typed arm requires the
options key at compile time, and both lower to the same IR.
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>1 parent a690c14 commit 9d31d18
3 files changed
Lines changed: 5 additions & 3 deletions
File tree
- packages/2-sql
- 1-core/schema-ir/src/ir
- 2-authoring
- contract-psl
- contract-ts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments