hasura / hasura/graphql-engine
console: JSONB cannot be queried as json for cockroachdb
Open
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

### Please provide any traces or logs that could help here.
### Any possible solutions?
Contributor guide
Assessment
This issue has not been assessed yet.