Skip to content

Fixed precision decimals are not outputted correctly. #375

@mikeerickson

Description

@mikeerickson

When executing the following (compare results in AVG column)

select G, AB, H, REPLACE(ROUND((H/AB),3),'0.','.') as AVG from Batting limit 25;

It produces the following in mycli

image

When using same command in mysql cli

image

Metadata

Metadata

Assignees

No one assigned

    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