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 154413 - Metadata API: column doesn't provide auto-increment info
Summary: Metadata API: column doesn't provide auto-increment info
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2008-12-03 06:18 UTC by David Vancouvering
Modified: 2015-02-08 20:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed patch v1 (20.59 KB, patch)
2014-11-22 17:23 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2008-12-03 06:18:07 UTC
This is a regression, we don't have to fix it right away but needs to be fixed after the current stabilization period.
Comment 1 Jiri Rechtacek 2009-02-10 15:22:17 UTC
Reassigned to new owner.
Comment 2 matthias42 2014-11-22 17:23:07 UTC
Created attachment 150631 [details]
proposed patch v1

The attached patch reads AUTOINCREMENT and GENERATED info from database metadata. The tests were enhanced to cover the new functionality. Mysql tests were restored into working state.