1) Is there a way to disable the highlighting of text in a SQL Window. This is a great feature when executing multiple queries in the same window but when there is only a single query, I find the highlighting to be annoying.
2) If an invalid sql query is executed, the code that generated the error is not always indicated by the red underscore. If I position the cursor on line 1, the underscore correctly shows where the error is. If I position the cursor on line 2, 3 or 4 and execute, the underscore does not appear at all.
3) If I re-order the columns in the grid and re-execute the query, the column order reverts back to the original order.
4) Grid Resize button - Please Fix this one.
Thanks,
Joe
2) If an invalid sql query is executed, the code that generated the error is not always indicated by the red underscore. If I position the cursor on line 1, the underscore correctly shows where the error is. If I position the cursor on line 2, 3 or 4 and execute, the underscore does not appear at all.
Code:
line 1) select *
2) from dual
3) where dummyy = 'X'
4)
4) Grid Resize button - Please Fix this one.
Thanks,
Joe