]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new binary operators "->" and "->>" to the parser that evaluate to
authordrh <>
Fri, 7 Jan 2022 14:58:47 +0000 (14:58 +0000)
committerdrh <>
Fri, 7 Jan 2022 14:58:47 +0000 (14:58 +0000)
commitd5326c333f2189542d844350b3268804028d501a
tree82c8b993c2666f51e47a0e0b712fa82c25bbbbd2
parent3c648882532dcf174145d6d76e92da041fad0662
Add new binary operators "->" and "->>" to the parser that evaluate to
2-argument SQL functions by the same name.  Add new "->" and "->>" functions
to the JSON extension that are aliases for json_extract().

FossilOrigin-Name: c4e4e3a3fc5da0381ccb7930706e57d7831d87f9c63bafe49ae64117701e1cfe
ext/misc/json1.c
manifest
manifest.uuid
src/parse.y
src/tokenize.c
test/func.test