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 148741 - It is possible to check "Index", "Null", "Unique" checkboxes simultaneously
Summary: It is possible to check "Index", "Null", "Unique" checkboxes simultaneously
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks: 152581
  Show dependency tree
 
Reported: 2008-09-30 13:47 UTC by Roman Mostyka
Modified: 2009-06-24 07:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-09-30 13:47:04 UTC
1. Connect to some DB, rightclick "Tables" node and choose "Create Table...".
2. Check "Index", "Null", "Unique" checkboxes and press "OK".

Result: Table with such column can't be created. When customer checks "Unique" checkbox, "Index" checkbox becomes
checked automatically, similar behavior for "Key" and "Null" checkboxes. The same should be for this issue.
Comment 1 Jiri Rechtacek 2009-02-10 15:32:12 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-06-23 15:02:40 UTC
A unique column allows multiple NULL values for some databases. Try MySQL.
Comment 3 Quality Engineering 2009-06-24 07:30:51 UTC
Integrated into 'main-golden', will be available in build *200906240201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b297395ed1c3
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #148741 - Fixed formatting for better readability and primaryKeys.remove called only when primary key property is changing to false. Semantically nothing changed.