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 - Support for automatically generated values
Summary: Support for automatically generated values
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P2 blocker with 3 votes (vote)
Assignee: Libor Fischmeistr
URL: http://wiki.netbeans.org/SQLAutoGenerate
Keywords:
: 58619 121016 134109 142010 157531 222369 (view as bug list)
Depends on:
Blocks: 152581
  Show dependency tree
 
Reported: 2005-04-18 12:34 UTC by Geertjan Wielenga
Modified: 2014-09-23 19:01 UTC (History)
5 users (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 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. ***