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

Fix encoding error on columns when using Trilogy #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 30, 2024

  1. Fix encoding error on columns when using Trilogy

    It happens when 2 columns are selected, one of which is a JSON type with
    non-ASCII characteres (eg: Japanese). Blazer will try render the
    entire template in UTF-8 and that field in ASCII-8BIT.
    
    Error:
    ```
    ActionView::Template::Error
    incompatible character encodings: UTF-8 and ASCII-8BIT
    ```
    
    Tested on MySQL 5.7.
    D-system committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b2b6db0 View commit details
    Browse the repository at this point in the history