column width doesn't save in sql result window (v7.1) (in v5.5 ok)

Reproduce:

  1. Type sql queue:

select sysdate a from dual;

2. run queue (F9) and change column “a” width

3. rerun queue (F9) - column “a” width reset to default

Hi Smith,

This is the designed behavior since v6.0. However, I agree that saving the width is helpful for rerunning a same query multiple times. ER SQLNAV-1747 is created
for this.

Thanks,

Vincent