Export to GitHub

jaspersoft-bigquery-datasource - issue #2
Integer field should allow values of length Long
Posted on Aug 12, 2013 by
Swift Cat
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 ).
Status: New
Labels:
Type-Defect
Priority-Medium