Replies: 1 comment 2 replies
-
It so because of CREATE DOMAIN versions AS jsonb; - db_type: "versions"
go_type:
type: "[]string" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have this query:
Where
component_name
,version
andlicense_ids
are all strings.The resulting type is this:
I am using
pgx
where it is possible to specify which types JSON objects deserialize to. (so this), but I don't know what to put into the column field.What I tried is:
What I expect is
But that did not work as expected. Any ideas on this?
Beta Was this translation helpful? Give feedback.
All reactions