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

stmt: add json.RawMessage for converter and prepared statement #1059

Merged
merged 1 commit into from Feb 18, 2020

Commits on Feb 18, 2020

  1. stmt: add json.RawMessage for converter and prepared statement

    Following go-sql-driver#1058, in order for the driver.Value to get as a json.RawMessage,
    the converter should accept it as a valid value, and handle it as bytes in
    case where interpolation is disabled
    a8m committed Feb 18, 2020
    Copy the full SHA
    f0d5b11 View commit details
    Browse the repository at this point in the history