After just a bit of playing, here's some of my impressions (I'm currently a v2 user, and am using the tool in Query Agonizer)
- I love the look of the new popup.
- The window that shows the definition of the selected object is great.
- However, the popup's tabs really need tooltips (or at least text) to indicate what they contain.
- Speaking of tooltips, the various icons for object type, the yellow and green keys, etc, need tooltips.
- The candidate popup's column widths are way wrong. There needs to be a way to resize the columns (and the popup window itself, while we're at it). A wider window might obscure too much, but maybe transparency could alleviate that.
- When the column's value needs to be elided, there should be some way to determine what the full text is, either by tooltip or by a second popup to show a complete description.
- And while you're at it, a way to sort by other columns would be great.
- The new QA plugin architecture is definitely superior to the old key monitor.
- The new status window as SQLPrompt discovers the schema is appreciated, but...
- I believe that I've caught it refreshing when it shouldn't need to.
- The default options for Qualify object names, Assign aliases, Surround with brackets, Qualify non-aliased are all wrong (IMHO).
Comments
4 comments
-
Regarding (e), I now see that there is a resize grabber. I'd swear there wasn't one there before, but I can't reproduce that.
-
Hi Chris,
Thanks for the feedback.However, the popup's tabs really need tooltips (or at least text) to indicate what they contain.
Others have requested this, aswell, so we are going to do it. (Did you notice the text underneath the buttons?)Speaking of tooltips, the various icons for object type, the yellow and green keys, etc, need tooltips.
That's a valid point, I have added it to our list.Regarding (e), I now see that there is a resize grabber. I'd swear there wasn't one there before, but I can't reproduce that.
I'll look out for that.When the column's value needs to be elided, there should be some way to determine what the full text is, either by tooltip or by a second popup to show a complete description.
We are planning to have a tooltip for columns, like for tables and other objects, which gives you more information.And while you're at it, a way to sort by other columns would be great.
Could you explain this a bit more?The new status window as SQLPrompt discovers the schema is appreciated, but...
believe that I've caught it refreshing when it shouldn't need to.
Improvements in this area are already planned.The default options for Qualify object names, Assign aliases, Surround with brackets, Qualify non-aliased are all wrong (IMHO).
Join the queueWe had a big discussion about this yesterday with the outcome being that we are probably going to turn most things off, by default.
The other problem is, that many people don't seem to find the options. Any suggestions for that would be most appriciated.
Regards,
Tilman[/quote] -
Tilman wrote:I wrote:And while you're at it, a way to sort by other columns would be great.
Although the way you currently have the list organized is probably correct for most cases, there are times when an alternate sort might be useful.
For example, in the Columns from all tables list, the default sort seems to be column name. However, the containing table name (i.e., the right column) might make sense if I know where the column is, but not its name. -
Hi,Although the way you currently have the list organized is probably correct for most cases, there are times when an alternate sort might be useful.
I'm afraid the data structure we use only allows sorting alphabetically for the moment. The advantage is that it's fast, no matter how big the database.For example, in the Columns from all tables list, the default sort seems to be column name. However, the containing table name (i.e., the right column) might make sense if I know where the column is, but not its name.
A problem we are aware of and we will try to address it for the final release.
Regards,
Tilman
Add comment
Please sign in to leave a comment.