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
silentworks
11/11/2021, 3:15 PM
Can you share what your schema looks like along with the code you are using to update the table
m
Mike92988
11/11/2021, 5:44 PM
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
silentworks
11/11/2021, 7:02 PM
Is the fields not set to generate uuid v4 by default?