[Libreoffice-bugs] [Bug 126468] Unable to deselect 'Visible' flags in Base query, if field is set for "sorting"

2020-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126468 Julien Nabet changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 126468] Unable to deselect 'Visible' flags in Base query, if field is set for "sorting"

2020-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126468 --- Comment #7 from Julien Nabet --- It works for hsqldb and not for Mariadb because for last one, "supportsOrderByUnrelated" method returns false. Here are details about this method: 420 /** Can an "ORDER BY" clause use columns

[Libreoffice-bugs] [Bug 126468] Unable to deselect 'Visible' flags in Base query, if field is set for "sorting"

2020-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126468 --- Comment #6 from Julien Nabet --- Code pointer: #0 dbaui::OSelectionBrowseBox::AddOrder(rtl::Reference const&, dbaui::EOrderDir, unsigned int) (this=0x3a994e0, rInfo=rtl::Reference to 0x3b116a0, eDir=dbaui::ORDER_ASC, _nCurrentPos=0)

[Libreoffice-bugs] [Bug 126468] Unable to deselect 'Visible' flags in Base query, if field is set for "sorting"

2020-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126468 --- Comment #5 from Julien Nabet --- Ok I had missed the .* for first field. I could reproduce this. If I put no sort to be able to uncheck visibility then put back a sort, the visibility is automatically checked again and the field

[Libreoffice-bugs] [Bug 126468] Unable to deselect 'Visible' flags in Base query, if field is set for "sorting"

2020-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126468 Robert Großkopf changed: What|Removed |Added Summary|Unable to deselect |Unable to deselect