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

Summary: Metadata API: column doesn't provide auto-increment info
Product: db Reporter: David Vancouvering <davidvc>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker Keywords: PATCH_AVAILABLE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: proposed patch v1

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.