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 40162 - Data type combo box doesn't offer all available types in create table dialog
Summary: Data type combo box doesn't offer all available types in create table dialog
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
: 255031 (view as bug list)
Depends on:
Blocks: 152827
  Show dependency tree
 
Reported: 2004-02-17 09:28 UTC by BigAl
Modified: 2015-09-07 13:39 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BigAl 2004-02-17 09:28:17 UTC
When creating a new table in a connected database
(Runtime -> Database -> (Database Connection) +
Right click -> New Table) the number of data types
available is not sufficient for most database
systems. Data types such as 'TEXT' and 'LONG BLOB'
is missing. The Data type drop down could either
be made into an editable field where the user can
enter his/her own data types, or the component
could automatically get the available datatypes
when connecting the database and then display them
in the drop down.
Comment 1 Radko Najman 2004-02-18 16:06:29 UTC
This is partially a Database Explorer design problem. For the future I
propose to make the data type combo box editable so the user will be
able to enter the required data type name.

Workaround:
Use "Execute Command" action to write create table command manually.
Comment 2 Jiri Rechtacek 2009-10-16 14:12:40 UTC
Reassigned to new owner.
Comment 3 matthias42 2015-09-07 13:39:21 UTC
*** Bug 255031 has been marked as a duplicate of this bug. ***