Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 131152: when selecting a date field in SQL, the time is truncated to 00:00:00

- Summary:
Fix bugzilla bug 131152


- Bugzilla Bug (s) Resolved:
[131152] when selecting a date field in SQL, the time is truncated to 00:00:00


- Description:
Actually this bug is caused by a problem of oracle driver. When getting the data type of one column, it returns java.sql.Types.Date for Timestamp type. So if using getDate method to retrieve the value, the value will be incorrect. BIRT have added a little code to take care of such a special case.


- Tests Description:
Manual Test, depends on particular database


- Files Edited:
/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSetMetaData.java

 

- Files Added:

N/A


- Files Deleted:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 


Back to the top