<br><br><div class="gmail_quote">On Sun, Mar 20, 2011 at 2:03 AM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Le 2011-03-19 16:21, rohit sharma a écrit :<br>
<div class="im">> On Sun, Mar 20, 2011 at 1:45 AM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
><br>
>> Hi,<br>
>> by default, the ShowSQL directive is true, which makes the generated SQL<br>
>> appear on top for almost every action. This fulfills many needs:<br>
>> - people teaching SQL<br>
>> - user who wants to verify what phpMyAdmin did in the backend<br>
>><br>
>> However with Inline edit, we no longer see this generated SQL and I'm<br>
>> wondering if something should be done about this.<br>
<br>
><br>
</div><div class="im">> Hi,<br>
><br>
> We can add a field for the last inline_edit query run by the user, and<br>
> display it using a show/hide button. This field can be added just beneath<br>
> the "generatedSQL" which is always displayed.<br>
<br>
</div>Hi,<br>
in the case of Edit, there is no Show/hide because the interface<br>
respects the $cfg['ShowSQL'] directive, so why should there be a<br>
Show/hide in the case of Inline Edit?<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="h5">Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Colocation vs. Managed Hosting<br>
A question and answer guide to determining the best fit<br>
for your organization - today and in the future.<br>
<a href="http://p.sf.net/sfu/internap-sfd2d" target="_blank">http://p.sf.net/sfu/internap-sfd2d</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br><br clear="all">Hi,<br><br>In case of Edit, the query tends to be small, "select * from table_name; " (talking generally, although the query can be much longer) , and on the other hand inline-edit queries are update queries which can be quite long for tables with more columns, hence it would take away some valuable space from the displayed table.<br>
<br><br>--<br>Regards<br><br>Rohit Sharma<br>CSE<br><a href="http://iiit.net/">IIIT-Hyderabad</a><br><br>