Skip to content

Support Marshal/Unmarshal JSON Byte Slice - HTTP driver #40

@sahidrahman404

Description

@sahidrahman404

Currently If you use the HTTP driver, you will get this error if you try to marshal a struct field to JSON byte slice or unmarshal JSON byte slice into a struct field. The error looks like this

sql: Scan error on column index 9, name \"genres\": unsupported Scan, storing driver.Value type map[string]interface {} into type *[]uint8

You won't get the above error if you use the WS driver

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions