Bug report: Auto Select in SQL Window

David K

Member²
If you have multiple queries in the SQL window and run one with an error, the red underscore is positioned in the incorrect location. To test, run the following.

SELECT *
FROM dualwrong;

SELECT *
FROM dual;

Position the cursor in the first statement and run. The indicator appears in the second statement after you get the table or view does not exist error.
 
Back
Top