Rainer Döbele created EMPIREDB-459: --------------------------------------
Summary: DBRecordData and DataListEnry: sync value conversion getters Key: EMPIREDB-459 URL: https://issues.apache.org/jira/browse/EMPIREDB-459 Project: Empire-DB Issue Type: Improvement Components: Core Reporter: Rainer Döbele DBRecordData and DataListEnry should have the same functions in order to get a value as a particular Java type. However over time some differences have emerged. e.g. for getting a java.util.date in DBRecordData the method is called getDateTime() whereas in DataListEnry it is only called getDate(). Also the functions getLocalDate and getLocalDateTime are missing on DataListEnry. The goal is to make the functions the same. -- This message was sent by Atlassian Jira (v8.20.10#820010)