<div class="gmail_quote"><div>Hi,<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm trying to implement titled feature. [0]<br>In current PMA, mime type transformations sometimes not working properly if the query is selecting only field with transformation.<br>
Sometime means, if the row data string is more lengthy, data is not transformed as expected. (data with string length > 1000)<br>
Due to that, where clause for linking a image (as example) is not setting. (comparison data is too heavy)<br>If I use manually where clause, this will display properly.<br><br>So as I think this can fix for only tables with primary key/unique key other than the field with transform.<br>
</blockquote><div><br>I found a way to do this even for tables without primary/unique key by assuming length of the data will not be equal for the blob fields.<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

So that there may be a possibility to create where clause by executing sql (which related to display only field with transformation) with modification for retrieve both primary/unique key field and the relevant field and display only the relevant field with setting where clause properly.<br>

<br>Any thoughts on this ?<br><br>[0] : <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=3112137&group_id=23067&atid=377411" target="_blank">http://sourceforge.net/tracker/index.php?func=detail&aid=3112137&group_id=23067&atid=377411</a><br>
</blockquote></div>