On Mon, 2003-12-15 at 09:37, D. Richard Hipp wrote:
>    (2) The ".dump" command will only show the binary data through
>        the first \000 character.  If the binary data contains no
>        \000 characters, the ".dump" command might segfault.

Add an SQL function like TOCHAR or something like that. Then make dump's
output look like this:

INSERT INTO foo ('Hello'||TOCHAR(32)||'World!');




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to