Two suggestions about events window

[expired user #9755]'s profile image [expired user #9755] posted 8 years ago in Feature discussion Permalink
  1. Wayyyy back, when I inserted a value inside the DATA tab, the events window would give me the SQL INSERT statement without the SCHEMA. Is there a way to add an option to disable that? Sometimes the production enviroment database name is different than the dev.

  2. Also in the events window, add an option to filter certain types of statements. For example: I want all ALTER and INSERT sqls ONLY (easy copy and paste to production enviroment). That would help a lot, since the window is bloated with SELECTs and SHOWs, which I have no use for.

thanks

ansgar's profile image ansgar posted 8 years ago Permalink

In Tools > Preferences > Logging, you can check/uncheck the wanted/unwanted message types. But there is no way to distinct between ALTER and SELECT commands, as these both are covered by the *Internal SQL queries".

Well, I can probably add another option for Internal modification queries, and change the Internal SQL queries into Internal read queries. Or somehow, similar. Does that make sense?

Please login to leave a reply, or register at first.