Le 2011-03-19 16:21, rohit sharma a écrit :
On Sun, Mar 20, 2011 at 1:45 AM, Marc Delisle marc@infomarc.info wrote:
Hi, by default, the ShowSQL directive is true, which makes the generated SQL appear on top for almost every action. This fulfills many needs:
- people teaching SQL
- user who wants to verify what phpMyAdmin did in the backend
However with Inline edit, we no longer see this generated SQL and I'm wondering if something should be done about this.
Hi,
We can add a field for the last inline_edit query run by the user, and display it using a show/hide button. This field can be added just beneath the "generatedSQL" which is always displayed.
Hi, in the case of Edit, there is no Show/hide because the interface respects the $cfg['ShowSQL'] directive, so why should there be a Show/hide in the case of Inline Edit?