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 194954 - tables with case sensitive names are missing in services/databases-node
Summary: tables with case sensitive names are missing in services/databases-node
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 15:12 UTC by mithridates
Modified: 2011-02-03 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Tables (1.97 KB, image/png)
2011-02-01 15:13 UTC, mithridates
Details
Code Completion (4.02 KB, image/png)
2011-02-01 15:14 UTC, mithridates
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mithridates 2011-02-01 15:12:57 UTC
[ BUILD # : 201102010000 ]
[ JDK VERSION : 1.6.22 ]

using oracle 11g.
Create 3 different tables via:
CREATE TABLE ABC (test VARCHAR2(255));
CREATE TABLE "abc" (test VARCHAR2(255));
CREATE TABLE "aBc" (test VARCHAR2(255));

In the services window only one table is shown (abc).
See screenshot abc.png.

*BUT* code completion is correct, see screenshot abc-cc.png.
Comment 1 mithridates 2011-02-01 15:13:48 UTC
Created attachment 105549 [details]
Tables
Comment 2 mithridates 2011-02-01 15:14:27 UTC
Created attachment 105550 [details]
Code Completion
Comment 3 Jiri Rechtacek 2011-02-02 09:12:59 UTC
I can confirm this behavior, I'm evaluating risks&gains of fix...
Comment 4 Jiri Rechtacek 2011-02-02 14:10:40 UTC
core-main/rev/51aac6e839ab
Comment 5 Quality Engineering 2011-02-03 05:54:58 UTC
Integrated into 'main-golden', will be available in build *201102030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/51aac6e839ab
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #194954: tables with case sensitive names are missing in services/databases-node
Comment 6 mithridates 2011-02-03 14:44:40 UTC
works, thanks.