Skip to content

support internal type conversion when insert table #98

@Fedomn

Description

@Fedomn

support type cast for the following statements(UTinyint cast to Integer):

create table t2(a int, b int, c int);
insert into t2(c, b, a) values (0, 4, 1), (1, 5, 2);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions