Commit 73c2bf6
committed
fix: remove .upper() mutation on document ID in _row_to_document
Document IDs should be returned exactly as stored. The .upper() call
was silently mutating lowercase or mixed-case IDs on retrieval.
Addresses review feedback from @davidsbatista.1 parent b2d3ea2 commit 73c2bf6
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments