cl-sqlite icon indicating copy to clipboard operation
cl-sqlite copied to clipboard

Deal with text containing NUL bytes

Open asedeno opened this issue 12 years ago • 1 comments

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.

asedeno avatar Jan 14 '13 16:01 asedeno

This should be merged.

I have rebased it onto master https://github.com/TeMPOraL/cl-sqlite/commit/be2fcc193f98e3d5bdc85958a806d612cc48740c and it works.

weatherman2095 avatar Jul 27 '23 19:07 weatherman2095