Closed rugging24 closed 7 years ago
Seems the same as #23. I'll work on a fix.
I found a workaround to this by not decoding the streams obtained with wal2json.
If it helps, am using the streaming protocol from psycopg2 and essentially set the decode flag False.
Hello, I recently found out that bytea columns are not properly decoded. The bytea data comes in some strange decoding that is not in any way similar to the source data.
Could this be some kind of bug ?
cheers .
rugging24