| Resolved Issues |
|
A long running query cannot be cancelled at all times.
In SqlAnswersQuery, there are three stages in the processor of running a query:
1. Executing SQL (on the server)
2. Creating in-memory data structures
3. Formatting output
Changes have been made, so a query can be cancelled right after stage 1 or anytime during stage 2. It's still not possible to cancel a query when the formatting is under way (stage 3), but we are planning to implement this in version 2.0.1.1 (02/07).
|
|
The location of the Close button on the web form is not optimal.
The close button has been moved to the toolbar.
|
|
Close menu is not available for forms other than the query form.
Close menu is now available for all forms.
|
|
The scrollbars on data grid views are confusing. Sometimes there is a bar, and sometimes there is not.
The behavior has been changed, so there is just one scroll bar. If you return multiple datasets, and due to space limitations, you cannot see all the records of a particular dataset, you can double-click on a dataset or right-click and choose 'Maximize Dataset' to view all records of the dataset. Another double-click or right click and selection of 'Show All Resultsets' will show all datasets.
|
|
One of the parts in status bar is misselled
The mis-spelling has been corrected.
|
|
Open In excel context menu doesn't work
|
|
Switch PDf compression library to the 100% .NET solution
|
|
Sql Server named instances are not shown in the drop-down on the SQL Server connection form.
Added SQL Server instances to the SQL Server connection form.
|