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

PT-2377 - fixed pt-table-sync for JSON utf8 strings #861

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Commits on Oct 11, 2024

  1. PT-2377 - fixed pt-table-sync for JSON utf8 strings

    The MySQL driver DBD::mysql does not decode JSON values as utf8
    although MySQL uses utf8mb4 for all JSON strings.
    
    This change decodes JSON values as utf8 (when not already done)
    such that SQL statements are generated correctly.
    hpoettker committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    263404d View commit details
    Browse the repository at this point in the history