TINYINT column returning BigInteger instead of Integer
Posted by: rana gurram
Date: July 15, 2013 09:11AM

Currently we have a strange issue happening in our Production.
Our Technology stack is Spring, Hibernate and MySQL as back end.

When our DBA added an index on one of the table column, all the TINYINTs in our DB started to break, its because earlier their Java data type was coming as Integer but now they are coming as BigInteger.

Unable to find the root cause. Not sure whether its MySQL issue or connector issue or our code issue.

Any Help would be greatly appreciated.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
TINYINT column returning BigInteger instead of Integer
July 15, 2013 09:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.