-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres not serialize byte[] on insert and update #527
Comments
Should be fixed in #392 |
unfortianatly not woking testing in version 3.4.4 my error is : column "body" is of type bytea[] but expression is of type bytea |
Right - your buffer is inside an array. shows clearly in the log you just pasted. |
after so many attempts this solution works perfectly with correctly scaping also: sql |
It works properly if we need to insert/update bytea
but on arrays is fails with error
column "columname" is of type bytea[] but expression is of type bytea
The text was updated successfully, but these errors were encountered: