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 213414

Summary: Database metadata reports statistics columns as part of an index
Product: db Reporter: matthias42
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch v1

Description matthias42 2012-06-01 20:41:43 UTC
Created attachment 120227 [details]
proposed patch v1

This is more or less a duplicate of #195251, where the informix driver reports statistics columns not as type == tableIndexStatistics, but by a column position of 0. The attached patch users the same work around as #195251.
Comment 1 Jaroslav Havlin 2012-06-04 15:54:37 UTC
http://hg.netbeans.org/core-main/rev/87402e95c82d
Patch applied. Thank you very much, Matthias.
Comment 2 Quality Engineering 2012-06-05 06:06:41 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/87402e95c82d
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #213414: Database metadata reports statistics columns as part of an index