]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow sqlite3_blob_open() to work on a any table that contains
authordrh <>
Wed, 28 Aug 2024 19:13:16 +0000 (19:13 +0000)
committerdrh <>
Wed, 28 Aug 2024 19:13:16 +0000 (19:13 +0000)
commitc1547d1f7acfdf7502f743529c6c9a1b7aefcf60
tree396ca3b2dcf49955855cd9a3380026af8f253340
parent50ca8af6f2ff18c1e6e77cd5d0b8c60e26331b4c
Do not allow sqlite3_blob_open() to work on a any table that contains
generated columns, even columns of the table which are not generated themselves,
because such columns might be part of the expression of a STORED column.
This restriction could be relaxed some, but that would be a lot of code
for something that nobody ever uses.

FossilOrigin-Name: 6e84947123339f0ea2b7dabc6134a621eed09317f81647f15870ed50a0f7d1bc
manifest
manifest.uuid
src/vdbeblob.c