Bug Report - SQL window and autoselect

ScottMattes

Member³
I had an anonymnous block in a SQL Window. I then put a 'select * from table;' a few blank lines after it. With the cursor on the select line I pressed execute and got 3 pairs of ora-6550/pls-103, each pointing to a different thing. I then selected the select line and did execute again and that worked. I have autoselect on.
 
This is a "restriction" of the AutoSelect feature. It will indeed select the current statement from your PL/SQL Block, unless you explicitly select the whole thing. Maybe we can enhance this.
 
Back
Top