On Sat, Jun 30, 2012 at 11:44 PM, Andras Timar <[email protected]> wrote:
> Hi, > > 2012/6/30 Phil Hart <[email protected]>: > > 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
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
