Single record view: Only comments for query's first table are shown

kosbou

Member
Hello,

regarding version 11.0.4.1774, i think there is a problem with the Comments column in 'Single record View' mode: for any query executed, only the first table columns' comments are shown.

The simplest way to reproduce, having created a table named 't1' with column comments, is to execute the query "select * from dual, t1".
When i switch to Single Record View mode, the Comments column is empty.
When executing the query "select * from t1", all t1's column comments appear as expected.

Regards,
 
Back
Top