information loss and ambiguous field names in JDBCDiskCache
-----------------------------------------------------------

                 Key: JCS-84
                 URL: https://issues.apache.org/jira/browse/JCS-84
             Project: JCS
          Issue Type: Improvement
          Components: JDBC Disk Cache
    Affects Versions: jcs-1.3, jcs-1.4-dev
            Reporter: Aleksandar Ivanisevic
            Assignee: Aaron Smuts
            Priority: Minor



in JDBCDiskCache CREATE_TIME is defined as DATE, not as TIMESTAMP (or DATETIME 
in mysql) so the time information is lost greatly reducing the usability of the 
field. Also, CREATE_TIME_SECONDS is not actually a create time but an update 
time since it is set to current time on every update.

attached patch solves both issues

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to