Copy and Paste goes wrong with a NEW Sql window

Roeland

Member³
Hi,

when you select a region with the ALT-key and the mouse, and then past it, the first row is appended to the end of the second row.

Example:

Code:
select *
  from
   (select 1
    from dual)
When you select only the inner block, copy and paste it in a NEW SQL window you get the following

Code:
*Empty line*
from dualselect 1
What is strange, is when you paste it again, it looks allright?

It definitly have something to do about that NEW sql window.
 
It fails when the new SQL Editor is completely empty. If anything was entered (e.g. an empty line), the paste works as expected.

We'll fix it.
 
Back
Top