<br><br><div class="gmail_quote">On Mon, Jul 11, 2011 at 3:16 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le 2011-07-09 22:59, Ammar Yasir a écrit :<br>
><br>
><br>
> I've done a basic version of edit functionality. I added a unique<br>
> identifier for each row in the query result data by using the<br>
> PMA_getUniqueCondition() from the common.lib.php file (where_clause). I<br>
> then generate the update query in the edit submit event using this where<br>
> clause and post it to sql.php. The return data is added to the<br>
> <sqlqueryresult> div to show the query executed and the message. The<br>
> plot also updates on submit if one of the axes is updated. Is my logic<br>
> is okay?<br>
> I've pushed my work and you can try scenarios on the film_actor table in<br>
> the sakila database.<br>
<br>
Ammar,<br>
I tried with the film table, changing the "title" column and got this error:<br>
value is undefined at line 177 in js/tbl_zoom_plot.js.<br>
<br></blockquote><div>Fixed some issues and pushed it to my repo. Had to add checkboxes for null condition on fields (in Data point content section).<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
All of the data generated in your IT infrastructure is seriously valuable.<br>
Why? It contains a definitive record of application performance, security<br>
threats, fraudulent activity, and more. Splunk takes this data and makes<br>
sense of it. IT sense. And common sense.<br>
<a href="http://p.sf.net/sfu/splunk-d2d-c2" target="_blank">http://p.sf.net/sfu/splunk-d2d-c2</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>
</blockquote></div><br>