I'm storing some PNG content (and other image types) via an ActiveRecord binary field and I'm having trouble loading the content from a dump file created from a MySQL database into a SQLite2 database. The dump and load works fine between MySQL instances on different machines and OSes. The dump file looks perfectly fine, the content is base64 encoded, as expected. However, when the load gets to loading the records, it errors out with the following message.
SQLite3::SQLException: unrecognized token: "'ëPNG → " Any suggestions on what might be the issue? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
