]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the instr() SQL function so that it makes a copy of its argument
authordrh <drh@noemail.net>
Tue, 17 Sep 2019 03:16:29 +0000 (03:16 +0000)
committerdrh <drh@noemail.net>
Tue, 17 Sep 2019 03:16:29 +0000 (03:16 +0000)
commit97b02505992903d03379b9f9f1462713760a5db0
tree9cd6c9b181e659df99be8d56f280212115ede0e4
parent70738712deac70dbadd5692edd6135494eed6a12
Fix the instr() SQL function so that it makes a copy of its argument
before changing the datatype, since the datatype affects processing.
Also fix the sqlite3_value_text() routine so that it always works even
for values obtained form sqlite3_value_dup().  Ticket [587791f92620090e]

FossilOrigin-Name: 3fb40f518086c1e8d11eb1f4134e965450dbedfa4277bce39ef1e969fc747d38
manifest
manifest.uuid
src/func.c
src/vdbemem.c