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

Context-sensitive tab complete #39

Open
ewaters opened this issue Oct 22, 2012 · 0 comments
Open

Context-sensitive tab complete #39

ewaters opened this issue Oct 22, 2012 · 0 comments

Comments

@ewaters
Copy link
Owner

ewaters commented Oct 22, 2012

If you tab complete in the where clause, we should be able in most cases to know which table(s) you are selecting from and can give you a list of only the columns from those table(s)

select * from accounts where \t gives you a list of only the columns in accounts

select * from accounts as a join orders as o on \t gives you a list of the columns in accounts, prefixed with a., and the columns in orders prefixed with o.

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

No branches or pull requests

1 participant