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
fix: Handling of NULL bytes in Postgresql Text fields (#5249)
Required to fix batch-write-failures due to postgresql TEXT fields containing NULL bytes.
```
2022-11-30T12:00:11Z ERR failed to execute batch with pgerror error="ERROR: invalid byte sequence for encoding \"UTF8\": 0x00 (SQLSTATE 22021)" module=pg-dest
```
0 commit comments