<br><br><div class="gmail_quote">On Sat, Jun 30, 2012 at 11:44 PM, Andras Timar <span dir="ltr"><<a href="mailto:timar74@gmail.com" target="_blank">timar74@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
2012/6/30 Phil Hart <<a href="mailto:html.wallah@gmail.com">html.wallah@gmail.com</a>>:<br>
<div class="im">> Hello LibreOffice,<br>
><br>
> Please find attached a patch for bug 51497.<br>
><br>
<br>
</div>When I add an ORDER BY clause to a query, the value of the column that<br>
I order by is added to the output row. Why?<br>
<br>
Best regards,<br>
Andras<br>
</blockquote></div><br>Hello Andras,<br><br>I have reproduced the behaviour here. The simple answer is that it is because the underlying database engine returns it as part of the row.<br><br>My patch is extremely dumb: it displays *everything* that it finds in the row in the order returned to it by the DB engine.<br>
<br>The patch is dumb by design: I wanted to see the data that the DB engine returns in as raw a form as possible.<br><br>I hope this helps.<br><br>Best regards,<br>philhart<br><br>