<br><br><div class="gmail_quote">On Sat, Mar 24, 2012 at 8:47 PM, 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 2012-03-23 16:54, Chanaka Dharmarathna a écrit :<br>
<div class="im">> Hi,<br>
><br>
> I am trying to do some improvements on feature request [1]. A field (let's<br>
> call it as 'picture') with mime type "mime/jpeg" is not showing th image,<br>
> if the query (execute in query window) retrieve the 'picture' field from<br>
> the table (SELECT `picture` FROM `table_name` WHERE 1) as mentioned in [1].<br>
><br>
> To display data, $where_clause is generated by the function<br>
> PMA_getUniqueCondition (in root/libraries/common.lib.php) row wisely. For a<br>
> long data like blob type, it returns $where_clause as empty string ("").<br>
> (There is conditions to check the length of the data in that function)<br>
><br>
> What I'm trying to do is, for that kind of scenarios, make the<br>
> $where_clause as "`table`.`primary_key_feild_name` =<br>
> 'primary_key_value_for_corresponding_row'" (tried with hard coding & works<br>
> for me). To do this I'm going to add a new argument to<br>
> PMA_getUniqueCondition function with those two parameters (primary field<br>
> name & relevant value). And call this inside PMA_displayTableBody function<br>
> (in display_tbl.lib.php) with those values.<br>
><br>
> If the way I'm going is correct,<br>
> Is there any way to fetching out primary key field value of each row while<br>
> inside the PMA_displayTableBody function ?<br>
> Or is there global parameter which holds table meta data ?<br>
<br>
</div>Look at $fields_meta which is available in this function.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
This SF email is sponsosred by:<br>
Try Windows Azure free for 90 days Click Here<br>
<a href="http://p.sf.net/sfu/sfd2d-msazure" target="_blank">http://p.sf.net/sfu/sfd2d-msazure</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>
</font></span></blockquote></div><br>Hi Marc,<br><br>Thanks for your quick reply. I'll look in to that.<br><br>Regards !<br clear="all"><br>-- <br>____________________________________<br><br>Chanaka Indrajith<br>Bsc.Computer Engineering Undergraduate<br>
Faculty of Engineering<br>University of Peradeniya<br>____________________________________<br><br>