]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rewrite the (debugging use only) sqlite3VdbeMemPrettyPrint() function to use
authordrh <drh@noemail.net>
Mon, 6 Jan 2020 19:23:41 +0000 (19:23 +0000)
committerdrh <drh@noemail.net>
Mon, 6 Jan 2020 19:23:41 +0000 (19:23 +0000)
commit5ca06329c9c8d231ffe59eb1b2bd76056fc252b8
tree8ca175249a65b35dd90cf681a4fd0118e4f6228b
parent2e26a602a3417bcc8ea65a434b7f56f608127dd2
Rewrite the (debugging use only) sqlite3VdbeMemPrettyPrint() function to use
the safer StrAccum interface rather than writing directly into a static string
buffer.  Perhaps this will address ticket [bbd55a97e66ff50d], which we are
unable to reproduce.

FossilOrigin-Name: 69f6a7e42f42116d29514239575ee1dc381b5b673da012cb5f3e8cf17922d493
manifest
manifest.uuid
src/utf.c
src/vdbe.c
src/vdbeInt.h