mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.44k stars 291 forks source link

'Open Editor with Cell Value' does not work for JSONB columns #1178

Open robaho opened 1 year ago

robaho commented 1 year ago

Using the 'Open Editor with Cell Value' does not work for JSONB columns in Postgres.

The query shows the column fine (as decoded json), but when you use the above function a new editor opens with the text [object Object] instead of the expected json value.