Skip to content

Deal with text containing NUL bytes#6

Closed
asedeno wants to merge 2 commits intoTeMPOraL:masterfrom
asedeno:nul
Closed

Deal with text containing NUL bytes#6
asedeno wants to merge 2 commits intoTeMPOraL:masterfrom
asedeno:nul

Conversation

@asedeno
Copy link
Copy Markdown

@asedeno asedeno commented Jan 14, 2013

SQLITE text columns may contain embedded NUL bytes. Here's a test for making sure we can round-trip such text, and a patch to make the test pass.

@weatherman2095
Copy link
Copy Markdown

This should be merged.

I have rebased it onto master be2fcc1 and it works.

asedeno added 2 commits March 18, 2026 13:52
lisp->sqlite: Ask babel (already a cffi dependency) for octet count
              rather than telling sqlite to use strlen.

sqlite->lisp: Rewrite #'SQLITE3-COLUMN-TEXT to do conversion with
              explicit count of # SQLITE3-COLUMN-BYTES.
@asedeno
Copy link
Copy Markdown
Author

asedeno commented Mar 18, 2026

I messed up some git rewriting while rebasing and accidentally closed this, so re-opened as #21.

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