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 138394

Summary: Message about valid value appears for not editable field
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: Show DataAssignee: _ ahimanikya <ahimanikya>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of message.

Description Roman Mostyka 2008-06-26 17:22:48 UTC
1. Execute following statement: 
"CREATE TABLE animals (
     id MEDIUMINT NOT NULL AUTO_INCREMENT,
     name CHAR(30) NOT NULL,
     PRIMARY KEY (id)
 );"
2. Refresh "Tables" node, rightclick animals and choose "View Data".
3. Press "Insert a record." button.
4. Enter string 'dog' for "name" field and click "Execute".

Result: Message "Please enter valid values for not nullable columns" appears and record isn't inserted. Field "id" isn't
editable.
Comment 1 Roman Mostyka 2008-06-26 17:24:14 UTC
Created attachment 63530 [details]
Screenshot of message.
Comment 2 _ ahimanikya 2008-06-26 21:30:14 UTC
Fixed http://hg.netbeans.org/dbdataview/rev/e438748a7371
Comment 3 _ ahimanikya 2008-06-26 21:51:55 UTC
.
Comment 4 Roman Mostyka 2008-06-30 14:54:37 UTC
Verified with build 080627.