Skip to content

better mysql JSON type handling #4175

@frankli0324

Description

@frankli0324

What do you want to change?

#652 introduced mapping JSON type to json.RawMessage, however json.RawMessage couldn't handle nil values (since it's not a sql.Scanner)
it should be like how pg handles NULLable types 2143e46

The question is which type to use

What database engines need to be changed?

MySQL

What programming language backends need to be changed?

Go

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions