]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplification and size reduction to the printf logic. Remove the bFlags
authordrh <drh@noemail.net>
Sat, 30 Jan 2016 12:50:25 +0000 (12:50 +0000)
committerdrh <drh@noemail.net>
Sat, 30 Jan 2016 12:50:25 +0000 (12:50 +0000)
commit5f4a686f8c5f0fa206418ab5970b61beb49aca7c
tree67b93627045f577694f41f38b5cdf8e6797d40ce
parent8ea0056d5c1da937377e28e38c8bbccf1a8053e2
Simplification and size reduction to the printf logic.  Remove the bFlags
parameter from sqlite3VXPrintf() and sqlite3XPrintf().  Use sqlite3XPrintf()
instead of sqlite3_snprintf() for rendering P4 values in EXPLAIN output.

FossilOrigin-Name: 0bdb41c45aa1cc8e5c136aaa6605d54b401483bd
manifest
manifest.uuid
src/btree.c
src/build.c
src/func.c
src/printf.c
src/sqliteInt.h
src/treeview.c
src/vdbeaux.c
src/vdbetrace.c
src/wherecode.c