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

decimal precision not correclty shown in results grid #69

Open
mispp opened this issue Sep 8, 2018 · 0 comments
Open

decimal precision not correclty shown in results grid #69

mispp opened this issue Sep 8, 2018 · 0 comments
Labels

Comments

@mispp
Copy link
Owner

mispp commented Sep 8, 2018

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
@mispp mispp added the bug label Sep 8, 2018
@mispp mispp changed the title bug - decimal precision decimal precision not correclty shown in results grid Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant