Category: | Feature request |
Priority: | Normal |
Status: | Assigned |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
iReport automatically retrieves fields' data types based on the JDBC metadata provided. This is a good start, but sometimes a designer wants to change these data types. Two of the most common examples are shown in the attached screenshot.
I want to change java.sql.Timestamp to java.util.Date
I want to change lava.lang.BigDecimal to java.lang.Long
I can still do it... I just need to go to the properties for the fields. But it would be more convenient to make the change directly in the Report Query window (as it was possible in iReport 3.0).