Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

decimal precision not correclty shown in results grid #69

Description

@mispp

There is an issue how QTableView displays numbers:

select cast(12.123456789 as decimal(30,15)) as dec_test

shows result

DEC_TEST
12,1235

but c/p is pulling correct value

DEC_TEST
12.123456789

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions