Getting an error when trying to update a row with ...
# javascript
m
Getting an error when trying to update a row with the library: "invalid input syntax for type bytea" not sure what that means though
s
Can you share what your schema looks like along with the code you are using to update the table
m
the error seems to be coming from the ID field, I have it set as type UUID and when i try to pass through the ID from the response the types don't match up
s
Is the fields not set to generate uuid v4 by default?
m
yes, it does automatically generate V4