You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out, that in the "old" application/x-www-form-urlencoded
interface, the bytea fields are not properly encoded and need an extra
round of encoding, before they enter the database. The RESTish/JSONRPC2
interface doesn't seem to have this problem, so we take care to only do
this for the form-post interface.
0 commit comments