Hi, I'm trying to use the json_patch function in a query and tried in SQLiteStudio and my own program and both times I get a "Error: Database no such function: json_patch"
The query I want to do is:
UPDATE json_products SET json_value = json_patch(json_value,'{"col-1":1000}')
json_extract works and json_value too. So I'm really wondering why json_patch
is missing. I checked the sources, and the code is there.
I really don't have an idea what's up here.
--
Robert M. Münch, CEO
M: +41 79 65 11 49 6
Saphirion AG
smarter | better | faster
http://www.saphirion.com
http://www.nlpp.ch
signature.asc
Description: OpenPGP digital signature
_______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

