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 - Database metadata reports statistics columns as part of an index
Summary: Database metadata reports statistics columns as part of an index
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2012-06-01 20:41 UTC by matthias42
Modified: 2012-06-05 06:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (1.28 KB, patch)
2012-06-01 20:41 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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