Hi
Running “SQL Developer (Worksheet): Compile” on an SQL statement (instead of “run statement”) breaks the worksheet.
Steps to replicate:
- Connect to your favorite DB and open a new worksheet
- Type
select sysdate from dual;
- Run “SQL Developer (Worksheet): Compile” (which was accidentially mapped to F8 on my side)
- Press
CTRL+ENTER
Expected behaviour:
Actual behaviour:
- A new line will be added to the file
- The connection button (in the status bar) doesn't react anymore
- The command
SQL Developer (Worksheet): Attach Connection is not available anymore
Cheers
André