-
Notifications
You must be signed in to change notification settings - Fork 356
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
Tab-completion for functions #497
Comments
We don't have a list of functions for all the databases. Due to the sheer volume of work involved in trying to put all of these together for all the databases (even just the core databases), it's not likely tab completion will work for every single SQL functionality, in the same way as |
The issue description is not clear - are you saying it's not working at all, or for some drivers? The autocompleter code can read functions from a driver: https://github.com/xo/usql/blob/master/drivers/completer/completer.go#L718 |
I tested on Postgres and SQLite, functions and table names don't get completed, keywords and |
If this is a bug report, it might be a duplicate of #478 |
Yeah, I just tested with 0.18.1 (on Postgres), I get a lot of completions there, although they're not great (no column names, no functions in the Closing, partly because it overlaps with #478, partly because completions probably need more work. |
I didn't find an open issue for this, and it's not clear if it's supposed to be working, but it's not.
The text was updated successfully, but these errors were encountered: