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 171878 - Cannot insert data
Summary: Cannot insert data
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 09:19 UTC by David Strupl
Modified: 2009-09-11 21:47 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 David Strupl 2009-09-10 09:19:40 UTC
Product Version: NetBeans IDE Dev (Build 200909081533)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Linux version 2.6.24-24-generic running on i386; UTF-8; cs_CZ (nb)
Userdir: /home/david/.netbeans/dev

Steps to reproduce

1. open the sql editor
2. create table uziv (id integer primary key, name varchar(50));
3. select * from uziv;
4. click "insert records" or Alt-I
5. try to fill the table
6. even all the collumns were filled it insists that there are some null values preventing from hitting "ok"
Comment 1 David Strupl 2009-09-10 09:20:57 UTC
Additional thing: the window for inserting new values is too wide and cannot be made smaller.
Comment 2 Jiri Rechtacek 2009-09-10 16:22:13 UTC
@the window is too wide - Should be fixed there: core-main/rev/14891f31e4dc
The original problem is fixed in core-main/rev/482e646d8155
Comment 3 Quality Engineering 2009-09-11 21:47:04 UTC
Integrated into 'main-golden', will be available in build *200909111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/14891f31e4dc
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #171878: Additional thing: the window for inserting new values is too wide and cannot be made smaller.