hasura / hasura/graphql-engine

console: JSONB cannot be queried as json for cockroachdb

Open
#9,015 3 comments 0 reactions 1 assignee Claimed by @ejkkan View on GitHub
k/bug t/native-dbs
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

### What is the current behaviour?

After create a JSONB column and insertin a row. The returned value always returns ["object", "Object"].

### What is the expected behaviour?

JSONB rows should be formatted as JSON and to be queried as JSON: {"key":"value"}

### How to reproduce the issue?

1. Create a JSONB column on a cockroachdb
2. Insert any json
3. see queried output

### Screenshots or Screencast

Screenshot 2022-09-27 at 10 31 07

### Please provide any traces or logs that could help here.

### Any possible solutions?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.