Skip to content

Integer return values are Double objects in response #4

Description

@gbrgr

When I issue the query

response = client.execute(database, engine, "def output = 1", false);

(more generally, this concerns any integer column contained within the output), then response looks like this:

image

That is, integer response values seem to be stored as Doubles due to JSON serialization. I guess this is not expected @bradlo?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions