dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Support JSON extract operators

Open andremarianiello opened this issue 3 years ago • 1 comments

The parser already supports -> and ->>. Is there any reason not to plan them using JSONExtract/JSONExtract+JSONUnquote?

andremarianiello avatar Jun 30 '21 21:06 andremarianiello

Just wanted to bump this, as I would love to see it available as well!

patrickdevivo avatar Dec 19 '21 00:12 patrickdevivo

JSONExtract() and JSONUnquote are supported according to:

https://docs.dolthub.com/sql-reference/sql-support/expressions-functions-operators

timsehn avatar Feb 10 '23 00:02 timsehn