OriginalPostID-257369
Discussion posts and replies are publicly visible
It seems the java range has not changed. We have a query that returns an error "Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data. Details: Unexpected error executing query (type..." when the numbers are larger than the above it works up to 2,147,483,647 - the data type on the number is double. Is there anything else that can be done here that will allow the query to work? It works fine if the value is divided on the DB?
Why not using a string if the integer limit is exceeded?