Apache OpenOffice (AOO) Bugzilla – Issue 67010
updatability of simple queries such as "SELECT * FROM <query>" where <query> is "SELECT * FROM <table>"
Last modified: 2013-08-07 15:45:41 UTC
This bug exists in the implementation of "Queries in Queries", filed as issue 51143. It can be reproduced in the master builds as soon as CWS qiq (http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fqiq) is integrated. - open the attached database document - open the query "outer" => it is readonly. Since it is simply defined as SELECT * FROM "inner", where the query 'inner' is defined as SELECT * FROM "customers, it should be possible to make the "outer" query updatable.
Created attachment 37496 [details] document to reproduce the bug case
Created attachment 37497 [details] document to reproduce the bug case
the second bugdoc is the correct one ...
fs->oj: this is more yours than mine :)