py-mysql2pgsql
py-mysql2pgsql copied to clipboard
add newline to the front of the string
added a first_row variable, so that a newline is added to the front of each row, but not the first. This is required because the . needs to be on the same line as the last line of the copy from stdin block of data when importing blobs.
- develop branch that you used hasn't been fully merged to master. I don't think I would pull your patch as I don't know what's Philip is doing there.
- I'm generally new to MySQL and haven't worked with blobs. Can you provide a simple test case so I can check it?
I'm not really sure how to provide a test case for this. It worked for my migration, after some hacking.