Mark Struberg created OPENJPA-2864: -------------------------------------- Summary: respect the Columns precision when persisting a java.sql.Timestamp value Key: OPENJPA-2864 URL: https://issues.apache.org/jira/browse/OPENJPA-2864 Project: OpenJPA Issue Type: Bug Components: jdbc Affects Versions: 3.1.2 Reporter: Mark Struberg Assignee: Mark Struberg Fix For: 3.1.3
right now we use the {{datePrecision}} for rounding/truncating {{java.sql.Timestamp}} values. The value should still be used as default, but if a Column has a specific precision configured, then we should use that. -- This message was sent by Atlassian Jira (v8.3.4#803005)