-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Thanks for this nice tool. It's is doing an amazing job for large parts. We encountered only issues with binary data.
[114] STATEMENT: UPDATE public."asset" SET "labelIcon" = DECODE(ENCODE("labelIcon", 'escape'), 'hex');
[99] ERROR: invalid hexadecimal digit: "%"
The column is used to store small png icons.
`labelIcon` longblob NOT NULL,
A truncated example output is:
�PNG
�
IHDR , � �PLTE���
...
Or as hex:
0x89504E470D0A1A0A0000000D494844520000012C00000
...
I found #52, but I did not find any text in that column. Everything looks like binary data.
MySQL server is version 8 and PostgreSQL was 13 (because first I tried pgloader).
Do you have any idea?
Metadata
Metadata
Assignees
Labels
No labels