Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query results auto round numbers #3820

Closed
flolivaud opened this issue May 22, 2019 · 4 comments
Closed

Query results auto round numbers #3820

flolivaud opened this issue May 22, 2019 · 4 comments

Comments

@flolivaud
Copy link

flolivaud commented May 22, 2019

Issue Summary

Query results auto round numbers

Steps to Reproduce

With Query results datasource :
SELECT 2.4 as value;
Will return 2

SELECT 2.5 as value;
Will return 3

@flolivaud flolivaud changed the title Query results auto cast int Query results auto round numbers May 22, 2019
@arikfr
Copy link
Member

arikfr commented May 22, 2019 via email

@flolivaud
Copy link
Author

@arikfr I use the url data sources. But to reproduce the bug you don't need any other datasource.

@arikfr
Copy link
Member

arikfr commented Jun 12, 2019

@flolivaud it does not happen with every data source. It's a data source specific issue rather than a global one, therefore important to know which one is it.

Here's an example where it does not happen: https://redash-preview.netlify.com/queries/156/source

In your case: can you share the columns part of your URL response? (and mention which column included the number you had problem with)

@arikfr
Copy link
Member

arikfr commented Aug 11, 2019

Resolved in #3913.

@arikfr arikfr closed this as completed Aug 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants