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 234853 - MySQL Procedure, Trigger, Function Edit
Summary: MySQL Procedure, Trigger, Function Edit
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 09:58 UTC by szigya
Modified: 2013-08-23 09:58 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description szigya 2013-08-23 09:58:00 UTC
Product Version = NetBeans IDE 7.3.1 (Build 201306052037)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01

When one would like to edit trigger, procedure or function, the source code always starts with DROP. It would be more comfortable, if instead of DROP, the IDE used DROP IF EXISTS, because if creating trigger fails, then the next edit will fail again due to drop.