Code Assistant...

CTucker

Member²
Code Assistant does not recognize Materialized View columns.

For example,

SELECT *
FROM m_view_1 t
WHERE t. -- Code assistant will not give any columns to pick from.
 
Code Assistant should recognize column names for single tables even without alias.

SELECT * FROM dual
WHERE -- Code Assistant should display column(s) of table dual.
 
We'll fix the materialized view and record type issues. I have added the "Code Assistant without alias" option to the list of enhancement requests.
 
Back
Top