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 150546

Summary: Invalid default value for VARCHAR type
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152581    

Description Roman Mostyka 2008-10-17 14:21:23 UTC
1. Connecto DB, expand it's node, rightclick "Tables" node and choose "Create Table...".
2. Choose "VARCHAR" for a type of a column.

Result: Default value for size is 0, but it should be changed at least to 1 since 0 isn't valid value.
Comment 1 Jiri Rechtacek 2009-02-10 15:13:33 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-06-23 13:49:26 UTC
Fixed as issue 148825.
Comment 3 Jiri Skrivanek 2009-07-07 09:23:17 UTC
*** Issue 168166 has been marked as a duplicate of this issue. ***