Bigint showing incorrect value from db
I have the following schema
For some reason with partyChannelId set to 998290192232362024 inside the database. When it is queried with the code below in the prepared statement, the ID is read incorrectly and as a result appears as 998290192232361984 during runtime.
Am I using the query functionality incorrect as when queried directly or without utilizing the query method it gets the correct result during runtime, with the value of 998290192232362024 as expected.
Again I will ask am I using the query API incorrectly or is this a bug?
2 Replies