Skip to content

suggest add data type promote #105

Description

@l1t1

eg now I need cast the data type manually, I hope it return a bigint automatically

> select 150*150*150*150*150;
Error executing SQL: numeric overflow
Context: 0xfa6b0e2f
> select 150*150*150*150*150::bigint;
"1"
75937500000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions