Rob Golsteijn wrote:
> Due to a bug in our own code we inserted a string with embedded nul
> character in the database.

<http://www.sqlite.org/c3ref/bind_blob.html> says:
| The result of expressions involving strings with embedded NULs is
| undefined.

> I investigated how the builtin functions handle strings with embedded
> nul characters.

Everything you found falls under the label "undefined".


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to