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 184110 - Create table doesn't check already existing names
Summary: Create table doesn't check already existing names
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 normal with 1 vote (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 09:29 UTC by Michael Nazarov
Modified: 2013-08-15 08:50 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 Michael Nazarov 2010-04-14 09:29:07 UTC
Default name for new table is "Untitled" so IDE uses this name
each time for table creation. This is wrong behavior if table with
such name already exists, so IDE should use something like Untitled-1,
-2 etc.
Comment 1 Libor Fischmeistr 2013-08-15 08:50:58 UTC
Fixed in changeset: http://hg.netbeans.org/core-main/rev/2c7cc0c93986

Thanks for notice