Open asedeno opened 11 years ago
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.
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.