Not all records are fetched msg when pasting columns

SunDog

Member²
Here's another insignificant annoyance.....

1) In a SQL window, do a SELECT * from a table that returns more rows than can be shown in the results grid.
2) Right-click the table name and select Describe.
3) Highlight all the column names by clicking on the Name column header.
4) Drag and drop the column names onto the SQL Window (anywhere is fine).
5) A Warning message box appears: "Note, not all records are fetched.".

I can't think of a valid reason why this message should appear when copying from a Describe window.
There is a checkbox to not show that message again but it makes sense to see it when copying from the results grid.

Thanks.
 
I finally got around to upgrading to V8 and this issue persists. To reproduce:

1) Run a query that returns more rows than can be displayed in the results grid
2) Right-click and Describe the table in the query
3) Highlight all columns in the table by clicking the "Name" bar
4) Drag and drop the columns onto the SQL window
5) You get "Note, not all records are fetched." warning.
 
Back
Top