Skip to content

fix: handle mixed TEXT/BLOB types in Message column#17

Merged
jiegec merged 1 commit intojiegec:masterfrom
henry-swe:master
Feb 26, 2026
Merged

fix: handle mixed TEXT/BLOB types in Message column#17
jiegec merged 1 commit intojiegec:masterfrom
henry-swe:master

Conversation

@henry-swe
Copy link
Copy Markdown
Contributor

Handle both TEXT and BLOB data in Chat table Message columns by reading as bytes and safely converting to String with from_utf8_lossy().

fixed #13

Handle both TEXT and BLOB data in Chat table Message columns by reading
as bytes and safely converting to String with from_utf8_lossy().
@jiegec jiegec merged commit 1fceadc into jiegec:master Feb 26, 2026
1 check 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.

Error: Type mismatch on Message field in Chat_ tables

2 participants