https://bugs.documentfoundation.org/show_bug.cgi?id=157916
--- Comment #1 from Alex Thurgood <[email protected]> --- I can confirm this with a query on a MySQL 8.0.27 (MySQL Community Server - GPL) instance such as the one below: SELECT * from ipgalore as t1 LEFT OUTER JOIN (priority as t2,owner_list as t3,inventor_list as t4) ON (t2.fmpro_id = t1.fmpro_id AND t3.fmpro_id = t1.fmpro_id AND t4.fmpro_id = t1.fmpro_id) The "fmpro_id" field here is the primary key for each table of the join and the query joins 4 tables in total. The resulting query grid view data is non-writable. However, this is very old behaviour, as I've had this query for quite a long time and it was always non-writable from LibreOffice. I don't ever recall it being writable. If this is the kind of query you are talking about, then I can confirm the bug report. -- You are receiving this mail because: You are the assignee for the bug.
