Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sql.squeeze from logger to prevent UTF-8 encoding errors #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

normelton
Copy link

Calling sql.squeeze(" ") in the database.log_yield method seems to cause UTF-8 encoding errors when working with BLOBs. I'm happy to work on a cleaner solution, but this seems to be the most straightforward. It would certainly be better to replace binary content with a placeholder (""), but by the time sequel_rails gets a hold of the query, it's just one long string.

This line throws UTF-8 encoding errors when modifying a BLOB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant