[PATCH] 51497

Phil Hart html.wallah at gmail.com
Sat Jun 30 14:50:33 PDT 2012


On Sat, Jun 30, 2012 at 11:44 PM, Andras Timar <timar74 at gmail.com> wrote:

> Hi,
>
> 2012/6/30 Phil Hart <html.wallah at gmail.com>:
> > Hello LibreOffice,
> >
> > Please find attached a patch for bug 51497.
> >
>
> When I add an ORDER BY clause to a query, the value of the column that
> I order by is added to the output row. Why?
>
> Best regards,
> Andras
>

Hello Andras,

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.

My patch is extremely dumb: it displays *everything* that it finds in the
row in the order returned to it by the DB engine.

The patch is dumb by design: I wanted to see the data that the DB engine
returns in as raw a form as possible.

I hope this helps.

Best regards,
philhart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120701/7aea740b/attachment.html>


More information about the LibreOffice mailing list