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 147596 - SQL History: Fields are sorted wrongly
Summary: SQL History: Fields are sorted wrongly
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-18 13:50 UTC by Roman Mostyka
Modified: 2008-09-20 05:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of wrong order for fields. (31.17 KB, image/jpeg)
2008-09-18 13:51 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-09-18 13:50:23 UTC
1. Perform "View Data..." for several DBs.
2. Open SQL History and sort by statements.

Result: Sort order for fields is wrong.
Comment 1 Roman Mostyka 2008-09-18 13:51:12 UTC
Created attachment 70092 [details]
Screenshot of wrong order for fields.
Comment 2 John Baker 2008-09-18 19:20:08 UTC
The sort is correct if case is not considered.

I can change this to be case sensitive
Comment 3 John Baker 2008-09-18 19:36:49 UTC
96d7595dd7b0
Comment 4 Roman Mostyka 2008-09-19 13:09:56 UTC
Verified with build 080919.
Comment 5 Quality Engineering 2008-09-19 17:34:00 UTC
Integrated into 'main-golden', will be available in build *200809191401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/96d7595dd7b0
User: John Baker <jbaker@netbeans.org>
Log: #147596 SQL History: Fields are sorted wrongly
Comment 6 John Baker 2008-09-19 23:57:47 UTC
Tooltips and match box were broken as a result of fixing this issue.
Fixed now; 04e9bf290e1f 
Comment 7 Quality Engineering 2008-09-20 05:40:51 UTC
Integrated into 'main-golden', will be available in build *200809200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/04e9bf290e1f
User: John Baker <jbaker@netbeans.org>
Log: #147596  SQL History: Fields are sorted wrongly