]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the affinity() function available even if compiled without
authordrh <>
Fri, 17 Sep 2021 13:07:15 +0000 (13:07 +0000)
committerdrh <>
Fri, 17 Sep 2021 13:07:15 +0000 (13:07 +0000)
commit3780f9a4aa4a2c4a08c15d9d17cb2de8ad6d2bb5
tree5f8a6308af6b070a4664f07fbda28608d9632368
parent89b1715415fc8663d817e4415a1c87d53ff5041e
Make the affinity() function available even if compiled without
SQLITE_DEBUG.  Surround the implementation of all test-only SQL functions
with #ifndef SQLITE_UNTESTABLE.

FossilOrigin-Name: b7e00ef8059f6fb5658c6ad6f337cfdf065a5f1b1130452122282f3a69e98a93
manifest
manifest.uuid
src/expr.c
src/func.c