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 57979

Summary: Support for automatically generated values
Product: db Reporter: Geertjan Wielenga <geertjan>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker CC: antodasana, athompson, davidvc, yosh613, yudiset
Priority: P2    
Version: 7.4   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/SQLAutoGenerate
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152581    

Description Geertjan Wielenga 2005-04-18 12:34:08 UTC
auto_increment should be supported in database explorer
Comment 1 _ cliffwd 2005-08-18 18:00:24 UTC
Things were going great when I imported my simple employee table (employeeId,
firstName, lastName) and generated some CMP Entity Beans.  Up until the point
where I tried to create a new one of them.  employeeId is defined to be
autoincrement and there doesn't seem to be a way to let the DB do that.
Comment 2 Geertjan Wielenga 2005-08-24 13:35:13 UTC
I think maybe this is resolved because of the new 4.2 database feature?
Comment 3 Andrei Badea 2005-10-05 08:16:14 UTC
No, unfortunately not, but it's a feature we want to have.
Comment 4 Andrei Badea 2005-10-07 18:50:07 UTC
*** Issue 58619 has been marked as a duplicate of this issue. ***
Comment 5 Andrei Badea 2007-07-03 14:58:24 UTC
For Derby the DatabaseMetaData.getColumns() method returns something like "AUTOINCREMENT: start 1 increment 1" for the
default value of IDENTITY columns.
Comment 6 Jiri Rechtacek 2009-02-24 15:56:26 UTC
*** Issue 157531 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Rechtacek 2009-10-16 14:11:42 UTC
Reassigned to new owner.
Comment 8 athompson 2012-08-01 20:26:44 UTC
This is still not added and makes the table creation tool virtually useless.  Please fix.
Comment 9 matthias42 2012-08-20 07:54:35 UTC
*** Bug 142010 has been marked as a duplicate of this bug. ***
Comment 10 matthias42 2013-03-17 22:33:30 UTC
*** Bug 222369 has been marked as a duplicate of this bug. ***
Comment 11 matthias42 2014-09-23 19:00:22 UTC
*** Bug 121016 has been marked as a duplicate of this bug. ***
Comment 12 matthias42 2014-09-23 19:01:05 UTC
*** Bug 134109 has been marked as a duplicate of this bug. ***