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

Summary: Data type combo box doesn't offer all available types in create table dialog
Product: db Reporter: BigAl <bigal>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker CC: comonuser
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152827    

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. ***