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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have this query:
Where
component_name,versionandlicense_idsare all strings.The resulting type is this:
I am using
pgxwhere 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