SQL-Window, Update Record; Foreign key resolution

M.Meyer

Member
Hello,

when I edit a record in the SQL-Window PLSQL-Devloper resolves foreign key relationships by displaying a combobox within the field cell (which shows the first 3 columns of the referred table). This is a VERY convenient feature.

But it works only, if the referenced table is "small". There seems to be a limit of about 300-400 records. If the referred table contains more records, the combobox is not displayed. Is there a way to change this limit or even to change the number of displayed columns?

Regards,
M.Meyer
 
There is currently no option to control the record limit (currently 1000) or the number of columms. I have added this to the list of enhancement requests as an SQL Window preference option.
 
Back
Top