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 - It is possible to set scale with size 0
Summary: It is possible to set scale with size 0
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks: 152581
  Show dependency tree
 
Reported: 2008-10-01 11:30 UTC by Roman Mostyka
Modified: 2009-06-24 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.