7.1.5.1397: Error when using "Query Data" option

Claus Pedersen

Member³
I have a select
Code:
SELECT all_objects.owner
FROM   all_objects
Now, when I right-click on the table name in first line and select Query data, PLD generates a select like the following:
Code:
select * from sys.all_objects.owner t
which of course gives an error when executing.

I am quite sure, this used to work prior to version 7.1.5.

The context options Properties, Edit data, Test (why is this on the list?) do not work either.

The following menu items do work, though: Describe, View, Edit, Rename, Drop, Browse, Recompile
 
Back
Top