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 138405 - Record with value NULL can't be deleted
Summary: Record with value NULL can't be deleted
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 19:12 UTC by Roman Mostyka
Modified: 2008-07-17 04:39 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-06-26 19:12:11 UTC
1. Execute statement: "create table foo (ID int);".
2. Rightclick foo table and choose "View Data"
3. Press "Insert a record." button.
4. Press Ctrl+0 to insert NULL value. Click "Execute".
5. Select inserted record and click "Delete selected record." button.

Result: Record isn't deleted. Execution error arises in the log.
Comment 1 _ ahimanikya 2008-06-27 09:00:12 UTC
http://hg.netbeans.org/dbdataview/rev/1aa352dfd267
Comment 2 Roman Mostyka 2008-06-30 14:54:22 UTC
Verified with build 080627.
Comment 3 Quality Engineering 2008-07-17 04:39:30 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/1aa352dfd267
User: rnithya@netbeans.org
Log: Fix for Issue#138405 -- Record with value NULL can't be deleted