jet icon indicating copy to clipboard operation
jet copied to clipboard

Add support for JSON Processing Functions

Open go-jet opened this issue 2 years ago • 1 comments

Discussed in https://github.com/go-jet/jet/discussions/250

select * from jsonb_each_text(jsonb)

Originally posted by boYu07 July 10, 2023 I couldn't find a way to assemble the title query string, any suggestion?

go-jet avatar Jul 11 '23 15:07 go-jet

With Release v.2.12.0 there is partial support for set returning functions - faq. The whole statement doesn't have to be raw statement.

go-jet avatar Nov 03 '24 12:11 go-jet