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

auto-completion in isql [CORE1281] #1702

Open
firebird-automations opened this issue May 24, 2007 · 1 comment
Open

auto-completion in isql [CORE1281] #1702

firebird-automations opened this issue May 24, 2007 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Damyan Ivanov (dam)

Votes: 2

It would be nice if isql could auto-complete table names etc with the <tab> key much like bash does or the PostgreSQL's analog - psql.

For example typing
SQL> sele<tab>

should complete it to
SQL> select

and continuing to
SQL> select * from emp<tab>

could complete it to
SQL> select * from employees

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12190 ] => Firebird [ 15581 ]

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