]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Completely rework the sqlite3SetString() primitive so that it honors the
authordrh <drh@noemail.net>
Tue, 8 Jul 2008 19:34:06 +0000 (19:34 +0000)
committerdrh <drh@noemail.net>
Tue, 8 Jul 2008 19:34:06 +0000 (19:34 +0000)
commitf089aa459e97f6f8ed27efdc958e8ee642b0b4bb
tree345a713531ba65de2f6888ed1b76fafd5fb1dda8
parent0880a7463364f3fd0428c8457c89c5fefae977ea
Completely rework the sqlite3SetString() primitive so that it honors the
SQLITE_LIMIT_LENGTH and avoids the use of strlen(). (CVS 5374)

FossilOrigin-Name: 8ed04b1e26a55306e4baf3e93fb084514134d603
16 files changed:
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/build.c
src/insert.c
src/main.c
src/malloc.c
src/prepare.c
src/printf.c
src/select.c
src/sqliteInt.h
src/tokenize.c
src/vacuum.c
src/vdbe.c
src/vdbeaux.c