Provide provision to check field names while editing SP or Trigger
| User, date | Message |
|---|---|
|
Written by biju_ps
6 months ago Category: Feature discussion 3 posts since Tue, 02 Oct 12 |
At times while editing a Procedure ,we may required to check field names or other properties in some tables. If we click on the table , the procedure window will close and need to complile immediately. This is creating a lot of inconvinience . can you please provide a way to check the fields/Indexes and other table properties while eding other objects . Another thing is, it will be very nice if the triggers in a table showed under the table name in the tree view ( ref: EMS SQL Manager) Thanks |
|
Written by ansgar
6 months ago 3954 posts since Fri, 07 Apr 06 |
You can already use HeidiSQL's completion proposal to get field names, while editing your procedure. Just type the table name or its alias, and a dot. Triggers are displayed as normal objects besides tables, views and so on, as they are managed in MySQL itself. |
|
Please login to leave a reply, or register at first. |