Skip to content

Fix large std::string binding sizes - #563

Merged
SRombauts merged 4 commits into
masterfrom
544-fix-string-bind-size
Aug 24, 2026
Merged

Fix large std::string binding sizes#563
SRombauts merged 4 commits into
masterfrom
544-fix-string-bind-size

Conversation

@SRombauts

Copy link
Copy Markdown
Owner

Use sqlite3_bind_text64() for copying and no-copying std::string bindings so their byte counts are not narrowed to int. Correct the embedded-NUL tests to verify complete values and byte counts.

Validated with the full MSVC x64 and Win32 test suites. Addresses the string-size bug reported in #544.

@coveralls

coveralls commented Aug 24, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 99.699%. remained the same — 544-fix-string-bind-size into master

@SRombauts SRombauts self-assigned this Aug 24, 2026
@SRombauts
SRombauts merged commit ce072f2 into master Aug 24, 2026
38 checks passed
@SRombauts
SRombauts deleted the 544-fix-string-bind-size branch August 24, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants