]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the SQLITE_READ authorization call for unreferenced tables to use
authordrh <drh@noemail.net>
Thu, 11 May 2017 12:05:23 +0000 (12:05 +0000)
committerdrh <drh@noemail.net>
Thu, 11 May 2017 12:05:23 +0000 (12:05 +0000)
commit2336c935af3200ce80f266e07e12baa80a58ae9f
tree796f30fe988fde9887c00dd422a3f877c9839b7a
parente69413978827e61d746c8394f8b6345d44d4a6ef
Change the SQLITE_READ authorization call for unreferenced tables to use
an empty string for the column name, as this is less likely to impact legacy
authorization callbacks that assume column names are always non-NULL.

FossilOrigin-Name: 4139953ab528f20fa346409810edcb22adb6c1edc9d22f40b1b077ef842a2441
manifest
manifest.uuid
src/select.c
src/sqlite.h.in