Skip to content

Integer field should allow values of length Long #2

Description

@GoogleCodeExporter
When storing a long integer within Big Query that exceeds the limitations of a 
java int but satisfies a long, querying this field in BigQuery web console 
shows the correct results, yet when executing the same query in Jasper using 
this jdbc connector the result is null, while all other data works.

Changing the type to String shows the value is populated as well. Unfortunately 
the limitation is that these fields must be of type Integer ( satisfying java 
long values ).

Original issue reported on code.google.com by gwhita...@arclight.com.au on 12 Aug 2013 at 5:17

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions