Double Click SQL Results grid

mike

Member³
If I:
1. Open a new SQL window.
2. Run a SQL statement.
3. Double click in the SQL results grid

It takes double clicking with the left mouse button on the cell 4 times before the cell is highlighted. After the initial 4 times, it works fine on the other cells. This is for 64 bit, version 12.0.7.1837
 
The first time you click in a result grid it fetches the column information fro the dictionary, which can cause a delay on slower databases. This probably the cause of the issue. We'll see if we can improve this.

Note that you can disable the column dictionary information through the SQL Window preferences.
 
Back
Top