https://bugs.documentfoundation.org/show_bug.cgi?id=96372

--- Comment #9 from [email protected] ---
Created attachment 121271
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121271&action=edit
Start the queries - try the auto-filter

The buggy behavior appears with every version I have installed, also old
versions like LO 3.6.7 or LO 4.1.6.

The bug appears with a subquery. 
If the subquery has no alias set the query could be filtered by auto-filter.
If there is set an alias it won't work.

1 - Works:
SELECT * FROM (SELECT * FROM "Table")
2 - Works not:
SELECT "a".* FROM (SELECT * FROM "Table") AS "a"

The buggy behavior has nothing to do with the external database.
Together with the internal database LO will be very instable - could be it
crashes after trying to filter the second query.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to