








(1)
Your rating: Now say why...



| Downloads:1,638 |
| Version Downloads:1,435 |
| Type:Development : Reference |
| License:Free |
| Date:21 Jan 2008 |
| Platform:PPC / Intel |
| Price:Free |
Overall (Version 2.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+45
Peter da Silva reviewed on 18 Jan 2008
* There is no feedback from commands like "drop view" in the query window or any feedback from the browser (like, refreshing and showing the view is gone).
* There is no way to refresh the browser except by switching namespaces.
* There is no way to copy the name of a table or view from the browser to the query window.
I am not a Mac user interface expert, but ideally you should be able to both copy the name of the selected object or column to the clipboard, and drag a column or table name to the query window. Failing that, a menu for "copy name" would suffice.
Also, the results of command queries should be available, not just the tuples.
Look for actual database management features in the next full version. The refresh option is something that I had pegged but it slipped through the cracks.
Thanks for the feedback. It was very constructive.
+45
(that kind of thing is also tremendously fun :-> )
I found the Smalltalk browser and the iTunes smart playlists to be really great sources of ideas.
Oh, one more point I forgot to add:
* Clicking on a column header should sort by that column.
I have already added the refresh button on the database browser. Feedback for nonselect queries should be done by the end of the weekend.
The sorting by column is trickier because I leave the result in the native structure that the Postgres API gives it in. I was playing around with a version that copies the result into an array for that very purpose.
Do me a favor, Pete. Email me directly at david@spanware.com with any other feedback or suggestions. I would appreciate a very sophisticated user/developer as yourself, if you are willing.