Refresh SQL window?

BJCooperIT

Member²
When making changes in an SQL window if I press Ctrl+Up and then press Ctrl+Down it returns the window back to it's original content. I searched the documentation and did not find a mention of this. Is this a feature or a bug? I have accidentally lost work several times and would like a way to turn it off. :eek:
 
That is a feature, not a bug! but really folks, it is a feature - it lets you see previous SQL commands.

You don't mention the version of PLSD that you have this problem on, but on 5.1.5.7xx it simply scrolls back and forth between the SQLs that you have entered. If you did ctl-up to 'lose' your work, simple press ctl-down to find it again.

Even though I wasn't connected just now when I tried it, the command I typed in but didn't execute was still there.
 
I see now. It corresponds to the Next SQL and Previous SQL arrows on the right of the window. Thanks, wish I had known that yesterday! :rolleyes:
 
Back
Top