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 148830

Summary: It is possible to set scale with size 0
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-01 11:30:06 UTC
1. Connect to some DB.
2. Expand it's node, rightclick "Tables" node and choose "Create Table".
3. Leave for Size value 0, but set 10 for scale and click "OK".

Result: Error message "Insufficient information to create a table. Check the name of the table, the number of columns,
and the column types." appears, but it says nothing about real problem and doesn't help at all.
Comment 1 Jiri Rechtacek 2009-02-10 15:39:24 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-06-24 11:00:36 UTC
Fixed as issue 148825. There is a check scale must be lower than size.