]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove dead code from the UTF conversion routines. Fix a bug in
authordrh <drh@noemail.net>
Wed, 1 Apr 2009 16:33:37 +0000 (16:33 +0000)
committerdrh <drh@noemail.net>
Wed, 1 Apr 2009 16:33:37 +0000 (16:33 +0000)
commit769e97e0323443bb57434418e33afb96ec993032
tree0f13f3413b3b89f8835ba749cc5e3090abdcb9aa
parent6011a75c0c9265401e1d562ee93edc52703dbc93
Remove dead code from the UTF conversion routines.  Fix a bug in
sqlite3_prepare16_v2() in which an out-of-memory error fails to
set the statement return pointer to NULL. (CVS 6423)

FossilOrigin-Name: 94e2f815ebb38981a2226d8aed9f3731f8833f7c
manifest
manifest.uuid
src/func.c
src/prepare.c
src/sqliteInt.h
src/utf.c