How to enable the Buffer type? #304
justinherter
started this conversation in
General
Replies: 1 comment
-
Disregard - I refactored the value to base64 as a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an Object / Entity that contains a Buffer and when saving a record I get a JSON error.
This same method of creation works in when using a real Postgres instance but not with pg-mem.
The error returned is the following:
`QueryFailedError: Unexpected token in JSON at position 2
Unexpected input (lexer error). Instead, I was expecting to see one of the following:
Beta Was this translation helpful? Give feedback.
All reactions