TeMPOraL / cl-sqlite

Common Lisp binding for SQLite
http://common-lisp.net/project/cl-sqlite/
72 stars 27 forks source link

Deal with text containing NUL bytes #6

Open asedeno opened 11 years ago

asedeno commented 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.

weatherman2095 commented 1 year ago

This should be merged.

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