]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3_column_decltype() routine should return NULL, not an empty string,
authordrh <drh@noemail.net>
Tue, 22 Mar 2016 20:05:09 +0000 (20:05 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Mar 2016 20:05:09 +0000 (20:05 +0000)
commitd7564865adc966c21fcdc10ea5ee5bb5910c46da
tree579f23798f115290d3fe3297beba51eb9e92598b
parent527b0435fabe2795865d52e4db827173a1cb2d65
The sqlite3_column_decltype() routine should return NULL, not an empty string,
if the column has no declared type.

FossilOrigin-Name: 605eba4a756e7185119088e2242f82691d078b01
manifest
manifest.uuid
src/build.c
src/main.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/util.c
src/vtab.c