On 3/3/14, Michal Čihař michal@cihar.com wrote:
Hi
Dne Mon, 3 Mar 2014 22:08:16 +0530 Atul Pratap Singh atulpratapsingh05@gmail.com napsal(a):
On 3/3/14, Smita kumarismita62@gmail.com wrote:
Hi,
I was looking at the bug http://sourceforge.net/p/phpmyadmin/bugs/4301/ . I think, If the query execution is not redirecting page, ie it's happening on the same page via an ajax request then there are two ways we can approach it.
- Append an another Query box below previous Query box for all the
following requests. So in this case, we'll have separate query boxes for each operation performed on the page.
Smita, Similar behavior occurs when:- In Browse mode, click on "Edit" in a table row => On edit page change something and click Go => see two SQL query boxes with UPDATE query box on top not below.
But IMO, we could skip showing UPDATE query altogether if the user did it with grid edit. Or we could also show SQL query momentarily in the success message that pops up.
Actually I've heard quite some complains that phpMyAdmin no longer shows performed SQL queries in some cases. I think having some SQL log at the bottom (like was shown at http://pmademo.byethost7.com/) would really helpful in such situations - it would show every SQL query, while not disturbing user experience.
The feature sounds must have to me.
Regards,