cl-sqlite
cl-sqlite copied to clipboard
Deal with text containing NUL bytes
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.
This should be merged.
I have rebased it onto master https://github.com/TeMPOraL/cl-sqlite/commit/be2fcc193f98e3d5bdc85958a806d612cc48740c and it works.