You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Shanti Subramanyam (JIRA)" <ji...@apache.org> on 2009/11/11 21:46:48 UTC

[jira] Created: (OLIO-136) Timezone field in user/person table too small

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.


[jira] Resolved: (OLIO-136) Timezone field in user/person table too small

Posted by "Shanti Subramanyam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OLIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shanti Subramanyam resolved OLIO-136.
-------------------------------------

    Resolution: Fixed

Fixed as described in JIRA. Made timezone field in schema 100 characters in all 3 apps.

> 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.