N1Q1 Query adds .0 for numbers with length >=7

Hi Matthews,

Thanks for your reply. The problem is our query returns a JObject and in that we have a property of this 7 digit value which is getting converted to float.

Also I noted that
var result1 = bucket.Query(“SELECT 9999999 as MyValue FROM default”) - fails
var result1 = bucket.Query(“SELECT 9999999 as MyValue FROM default”) - Works

If I try
var result1 = bucket.Query(“SELECT 9999999 as MyValue FROM default”) - it returns with .0