]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Turn of the reporting of datatypes in the 4th callback argument unless the
authordrh <drh@noemail.net>
Thu, 11 Jul 2002 12:18:16 +0000 (12:18 +0000)
committerdrh <drh@noemail.net>
Thu, 11 Jul 2002 12:18:16 +0000 (12:18 +0000)
commit5080aaa7ab8da17be7cec13d0708c29d24d92455
tree68318fdcfd0bde96ceb1765178d7342241782d65
parentfa173a764a713e8ac9f9a6733c4612edfc904f28
Turn of the reporting of datatypes in the 4th callback argument unless the
SHOW_DATATYPES pragma is ON.  Eliminate the NULL pointer that used to separate
the beginning of datatypes from the end of column names so that the callback
can test to see whether or not datatypes are provided.  This is an
incompatible changes, but since the prior behavior was never documented, we
will let it in. (CVS 670)

FossilOrigin-Name: b98727246d5fcc1b097b577be498a77e954c5dc4
manifest
manifest.uuid
src/build.c
src/select.c
src/sqliteInt.h
src/tclsqlite.c