ricardochimal / taps

simple database import/export app
MIT License
1.2k stars 139 forks source link

Pushing binary/blob data gets currupted #117

Open jisaacks opened 12 years ago

jisaacks commented 12 years ago

I pushed some binary data from my local sqlite3 db to a postgres db on heroku.

The data integerity was not maintained.

The data is very long so I wont post it all but here are the first 20 chars before and after:

shtirlic commented 11 years ago

Something about it here http://comments.gmane.org/gmane.comp.lang.ruby.sequel/1129

will commented 11 years ago

heroku db:push will soon be replaced with pg:push, which won't use taps, so it wouldn't have this problem. It'll have all of its own, new problems! If you want a preview check out https://github.com/heroku/heroku-pg-extras/issues/42