U+0000 (NUL) is valid in Unicode, but unfortunately it's not supported by Postgres (Postgres documentation).
Sometimes the input text has U+0000 (usually test cases to intentionally contain control characters, example), and the flow will fail when writing into Postgres.
Our plan:
❤️ Contributors, please refer to 📙Contributing Guide.
Unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like I'm working on it or Can I work on this issue? to avoid duplicating work. Our Discord server is always open and friendly.
U+0000 (NUL) is valid in Unicode, but unfortunately it's not supported by Postgres (Postgres documentation).
Sometimes the input text has U+0000 (usually test cases to intentionally contain control characters, example), and the flow will fail when writing into Postgres.
Our plan:
❤️ Contributors, please refer to 📙Contributing Guide.
Unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like
I'm working on itorCan I work on this issue?to avoid duplicating work. Our Discord server is always open and friendly.