https://bz.apache.org/ooo/show_bug.cgi?id=126563

--- Comment #3 from mroe <[email protected]> ---
It can't be implemented. The database server doesn't know the clients. There
can be many clients.
There is only a special case for an embedded HSQL database inside a database
document (.odb) where server (HSQL) and client (AOO Base) act as an unit. But
also in this case the server doesn't know anything about the stored queries.

A query is simply a SQL string.
SELECT t1.field1 FROM table1 t1
There are no objects which interacts with server objects. Simply "words".

Drop or rename "table1" from the database and the query will be invalid.
Create a new table "table1" with a column "field1" and you will get a valid
result again.

The AOO Base query designer makes it easy for you to create a query as it shows
you the available objects of the connected database at /this moment/. Leave the
design mode and you see the resulting SQL statement. This string is stored. No
more, no less.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to