Skip to content

truncate float incorrectly.  #307

Closed
Closed
@siddontang

Description

create table t (float(8));
insert into t values (3.14);
select * from t;

we will get 3, not 3.14.

@shenli

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    type/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions