This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 142223

Summary: [65cat] Oracle dates should be treated as timestamps
Product: db Reporter: dynamite <dynamite>
Component: Show DataAssignee: _ ahimanikya <ahimanikya>
Status: RESOLVED FIXED    
Severity: blocker CC: romanmostyka
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description dynamite 2008-07-30 13:22:06 UTC
[ BUILD # : 200807300201 ]
[ JDK VERSION : 1.6.0_07 ]

This is a regression of issue 49994.  The Oracle 8 driver mapped its
date database type to java.sql.Timestamp.  From the Oracle 9 driver
onwards, date got mapped to java.sql.Date with some support for
gaining access to the old behaviour.

Issue 49994 fixed this.  It is now broken and I see java.sql.Date for
Oracle date fields rather than timestamps.  The new database
functionality is of limited use with Oracle without timestamps being
shown (which would be a shame as it looks otherwise mightily
impressive)
Comment 1 _ ahimanikya 2008-07-31 11:32:56 UTC
http://hg.netbeans.org/main/rev/6e042ba0a29a