Timezone field in user/person table too small
---------------------------------------------
Key: OLIO-136
URL: https://issues.apache.org/jira/browse/OLIO-136
Project: Olio
Issue Type: Bug
Components: generic
Reporter: Shanti Subramanyam
Assignee: Shanti Subramanyam
Fix For: 0.2
The PERSON table in java/php and the USER table in rails all have a timezone
field that is 25 characters in length. However, the actual values used by the
driver to load this field in doAddPerson() is in some cases much larger (taken
from RandomUtil.TIMEZONES). This doesn't seem to cause any errors in the java
or rails run times as the field is probably just getting truncated. However
,when running the Java version, JPA throws an exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.