Provide provision to check field names while editing SP or Trigger

[expired user #6606]'s profile image [expired user #6606] posted 11 years ago in Feature discussion Permalink

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
ansgar's profile image ansgar posted 11 years ago Permalink
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.