dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

bytes after `0x00` get silently truncated when importing from mysql `text` column to pgsql #1573

Open n0099 opened 7 months ago

n0099 commented 7 months ago

I guessed the reason in https://github.com/EnterpriseDB/mysql_fdw/issues/299, and suggest that there should be a error or warning when inserting bytes contains 0x00 to column with type text.