Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clicking on table header in 'results view' always jumps back to results of SQL statement #15

Open
vanHoesel opened this issue Aug 29, 2018 · 0 comments

Comments

@vanHoesel
Copy link

vanHoesel commented Aug 29, 2018

Although that is exactly what has been described in the documentation, the behaviour sometimes is unexpected, or even undesirable.

When I double click on a table name in the 'outline navigator' it shows me in the results of a SELECT * FROM, that is pretty much expected.
However, when I expand the tabel in the 'outline navigator' I see 'columns', 'pseudo columns', 'indices', and 'keys'. Then, double clicking on 'Columns' gives me all the column definitions in the 'result view', nice. But then when I click in the table header on 'table name', it returns me the records in the table, not a 'sort', which is the usual behaviour.

It's quite obvious what is happening, for the 'Query Editor' now shows things like: SELECT * FROM "public"."my_interesting_table" ORDER BY 3 ASC (where 3 is the column called 'table name').

This unexpected behaviour is present at multiple places, like Keys, primary/imported/exported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant