Skip to content

fix: render binary result values safely - #323

Merged
Maxteabag merged 1 commit into
Maxteabag:mainfrom
rajp152k:fix/raw-binary-results-322
Sep 3, 2026
Merged

fix: render binary result values safely#323
Maxteabag merged 1 commit into
Maxteabag:mainfrom
rajp152k:fix/raw-binary-results-322

Conversation

@rajp152k

@rajp152k rajp152k commented Sep 1, 2026

Copy link
Copy Markdown

Summary

  • normalize bytes, bytearray, and memoryview values to lossless hexadecimal before constructing SQLit's Arrow result backend
  • cover initial tables, incremental rows, and the decimal-backed incremental rendering path

Fixes #322.

Test plan

uv run pytest tests/ui/test_uuid_fastdatatable.py -v
# 8 passed

@Maxteabag

Copy link
Copy Markdown
Owner

Thanks for the PR, Raj!

@Maxteabag
Maxteabag merged commit 2a09c28 into Maxteabag:main Sep 3, 2026
21 checks passed
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.

TUI crashes on raw binary result columns with UnicodeDecodeError after v1.6.3 upgrade

2 participants