]> git.ipfire.org Git - thirdparty/sqlite.git/commit
3rd parameter to sqlite3_prepare() should be -1 if the string length is
authordrh <drh@noemail.net>
Tue, 31 Jan 2006 19:07:22 +0000 (19:07 +0000)
committerdrh <drh@noemail.net>
Tue, 31 Jan 2006 19:07:22 +0000 (19:07 +0000)
commit5e6078bdbaaf2812b3e35dd5cd1e8370148d98a1
treeffa01181035593d6bd7bba7860111db6b43b47ad
parent99049b194a0b0e9974bb0f47ff1f707bbe48c4fb
3rd parameter to sqlite3_prepare() should be -1 if the string length is
unknown.  Passing in zero causes a zero-length SQL statement to be
prepared, which is a no-op.  Ticket #1651.  This bug introduced by the
fix for ticket #1650. (CVS 3047)

FossilOrigin-Name: 1e68ac590d9edd3784cd7afd6705a30f01740d0d
manifest
manifest.uuid
src/shell.c