Re: [sqlite] SQL_STATIC unterminated strings, and sqlite3_result_text

2013-12-15 Thread David de Regt
Discussion of SQLite Database Subject: Re: [sqlite] SQL_STATIC unterminated strings, and sqlite3_result_text On Sun, Dec 15, 2013 at 6:04 PM, James K. Lowden <jklow...@schemamania.org>wrote: > http://www.sqlite.org/c3ref/result_blob.html > > I found a documentation typo and have a

Re: [sqlite] SQL_STATIC unterminated strings, and sqlite3_result_text

2013-12-15 Thread Richard Hipp
On Sun, Dec 15, 2013 at 6:04 PM, James K. Lowden wrote: > http://www.sqlite.org/c3ref/result_blob.html > > I found a documentation typo and have a question about SQLITE_STATIC. > > The documentation for sqlite3_result_text says, > > "If the 3rd parameter is

[sqlite] SQL_STATIC unterminated strings, and sqlite3_result_text

2013-12-15 Thread James K. Lowden
http://www.sqlite.org/c3ref/result_blob.html I found a documentation typo and have a question about SQLITE_STATIC. The documentation for sqlite3_result_text says, "If the 3rd parameter is non-negative, then it must be the byte offset into the string where the NUL terminator would