]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimize the argument to the octet_length() function so that it does not octet_length
authordrh <>
Thu, 22 Jun 2023 21:19:37 +0000 (21:19 +0000)
committerdrh <>
Thu, 22 Jun 2023 21:19:37 +0000 (21:19 +0000)
commit077efc273064c7dba3fa950002de8be29351f129
tree78c8bd899b27f3e5da31755dfd9881fddfbd2924
parent7f9dcd664da8b6694be228f3084c88f2115fc2a0
Optimize the argument to the octet_length() function so that it does not
attempt to read content from disk.

FossilOrigin-Name: 8b8ea4e3f52d96cc217bd1fb27ca4a83489ef1f250756ed2f790d1b0ee529a3a
manifest
manifest.uuid
src/expr.c
src/func.c
src/sqliteInt.h
src/vdbe.c