Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. [
  2. {"guitar":{"passion":3,
  3. "expertise":5,
  4. "willingToTeach":false,
  5. "lookingForOthers":false
  6. }
  7. },
  8. {"soccer":{"passion":3,
  9. "expertise":3,
  10. "willingToTeach":true,
  11. "lookingForOthers":true
  12. }
  13. }
  14. ]
  15.  
  16. val pgObject = new PGobject();
  17. pgObject.setType("jsonb")
  18.  
  19. [PSQLException: ERROR: column "passions" is of type jsonb[] but expression is of type jsonb
  20. Hint: You will need to rewrite or cast the expression.
  21. Position: 43]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement