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 - Message about valid value appears for not editable field
Summary: Message about valid value appears for not editable field
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 17:22 UTC by Roman Mostyka
Modified: 2008-06-30 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of message. (35.76 KB, image/jpeg)
2008-06-26 17:24 UTC, Roman Mostyka
Details

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