Deepak Dixit created OFBIZ-9496:
-----------------------------------
Summary: MySql Database related warning related to DATETIME filed
Key: OFBIZ-9496
URL: https://issues.apache.org/jira/browse/OFBIZ-9496
Project: OFBiz
Issue Type: Improvement
Reporter: Deepak Dixit
Priority: Minor
Here are the following warnings that we are getting for all the datetime
related filed.
this is due to incorrect handling of database filed type comparison in
DatabaseUtil.java
{code}
2017-07-18 12:30:19,137 |OFBiz-batch-2 |DatabaseUtil
|W| Column [LAST_UPDATED_TX_STAMP] of table [RUNTIME_DATA] of entity
[RuntimeData] has a column size of [19] in the database, but is defined to have
a column size of [3] in the entity definition.
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)