Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The difference between specifying negative and non-negative third argument of 
sqlite3_result_text() is that in the latter case the result can contain 
embedded NUL characters.

Could you please add a test for string containing embedded NUL?

Letting SQLite compute string length would work incorrect in case of embedded 
NULs, so I think that we should raise explicit error if sz > INT_MAX.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44822>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to