Skip to content

Empty string in a varchar column returns Null #56

@timob

Description

@timob

create table gotest (x varchar(255));
insert into gotest values ('');

Selecting from this in GoMySQL gets you a nil value instead of an empty string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions