MySQL Forums
Forum List  »  Connector/Node.js

Xdev api issue with the BigInt datatype in the CentOS
Posted by: Sandeep Ranjit
Date: August 10, 2020 06:57AM

we were using the xdev-api in the node js application to interact with the mysql db in the ubuntu platform . it was working good till the staging server but at the end client choosed to use the cent os in the production server and when we deployed the application in there we are facing issue with the BIGINT data processing from the xdev-api in cent OS. we are storing the timestamp in the EPOCH which seems good when we fetch from the cli but the same data when fetched formthe Xdev-api in node js aspplication the EPOCH is converted in the 50 days back date and when we try changing the BIGINT to string in db the result is fine again. But at this stage we cannot change each and every data type to string. Can you please give me some suggestion.

Options: ReplyQuote


Subject
Written By
Posted
Xdev api issue with the BigInt datatype in the CentOS
August 10, 2020 06:57AM


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.