Bug #14819 Executing querys
Submitted: 10 Nov 2005 10:24 Modified: 3 Nov 2008 13:16
Reporter: Max Santos Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Query Browser Severity:S4 (Feature request)
Version:1.1.17 OS:Windows (Win XP)
Assigned to: CPU Architecture:Any

[10 Nov 2005 10:24] Max Santos
Description:
Its not possible to have more than one query on the Query Edit, and execute only the selected one.

and the possibility to comment some of them.

Not to step on your toes here, just think "MS query analyzer" do this very whell, and for people who like to create querys by hand, its very helpefull.

Thanks

PS. the GUI team is making a outstanding work

How to repeat:
simply place to querys on the Query Edit, select one , and hit execute

Suggested fix:
if (text.selected) 
   execute the selected one only
else
   execute whole script

By the way, is it possible to show two result recorsets (one for each query)
in case of none is selected
[3 Nov 2008 13:16] Susanne Ebrecht
Many thanks for writing a feature request. Choosing between statements already is implemented in MySQL Query Browser 1.2.14.

But it is technical impossible for us to implement the execute of more then one statements at the same time. So, you can't execute more then one select statements at the same time, because it is not clarified what result should be displayed.

As I told before, that you can write more then one statement and select which statement you want to execute is already implemented.