Skip to content

Conversation

ricoberger
Copy link
Member

This commit replaces the GetQueryResults function used in the SQL
plugin with the implementation we are already using in the Clickhouse
plugin, so that we have a proper handling for float values.

Background: The original function would fail, when the SQL query
returned a float value with "NaN" or "Inf" as value, because then the
json encoding would fail.

This commit replaces the GetQueryResults function used in the SQL
plugin with the implementation we are already using in the Clickhouse
plugin, so that we have a proper handling for float values.

Background: The original function would fail, when the SQL query
returned a float value with "NaN" or "Inf" as value, because then the
json encoding would fail.
@ricoberger ricoberger merged commit ad6aa01 into main Oct 25, 2021
@ricoberger ricoberger deleted the sql-replace-getqueryresults-implementation branch October 25, 2021 19:57
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

Successfully merging this pull request may close these issues.

1 participant