Largebin field fails with nullable is true and base64 is set #406
Answered
by
collerek
igormorgado
asked this question in
Q&A
-
Seems there is some issue with LargeBinary and nullable fields when base64 encode is set. The code:
The error:
Or am I doing something very wrong? PS: If base64 representation is set to "False" , it works nicely. Or if I pass a base64 encoded stream (when
Also works. Ugly workaroundAn ugly workaround is set the field with a default encoded base64 empty stream as
|
Beta Was this translation helpful? Give feedback.
Answered by
collerek
Nov 3, 2021
Replies: 1 comment 1 reply
-
That's a bug I created #409 for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
igormorgado
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a bug I created #409 for this.
Thank you for catching that! :)