fix(rivetkit-sqlite): preserve text with embedded nul bytes#4735
fix(rivetkit-sqlite): preserve text with embedded nul bytes#4735NathanFlurry wants to merge 1 commit into04-23-chore_rivetkit_add_child_spans_for_loggingfrom
Conversation
PR Review: fix(rivetkit-sqlite): preserve text with embedded nul bytesThis is a targeted and correct bug fix. The core change — replacing CorrectnessThe fix is technically sound:
IssuesPotential truncation on large strings
let len = i32::try_from(value.len()).expect("text value exceeds i32::MAX");Missing newline at end of file The diff shows no newline at end of file on Duplicated The new test file Misleading test assertion Both the Rust and TypeScript tests assert Unrelated change The punctuation fix in Minor Notes
SummaryThe core fix is correct and well-tested. Main asks before merging: (1) address the |
54026cd to
fbc8b08
Compare
983d031 to
38f839d
Compare
38f839d to
e8072b7
Compare
e8072b7 to
4f00fb4
Compare
475a302 to
36cef20
Compare
36cef20 to
a70e758
Compare
4f00fb4 to
5e61ccd
Compare
a70e758 to
e676e10
Compare
5e61ccd to
3fd37c2
Compare
e676e10 to
98121fe
Compare
3fd37c2 to
9fa17f8
Compare
98121fe to
ee43585
Compare
9fa17f8 to
5991b3f
Compare
|
Landed in main via stack-merge fast-forward push. Commits are in main; closing to match. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: