vcli icon indicating copy to clipboard operation
vcli copied to clipboard

Vertica CLI with auto-completion and syntax highlighting

Results 6 vcli issues
Sort by recently updated
recently updated
newest added

I tested vcli, and have been using for a couple of hours already and it works great. However, I can't run .sql files where I have long queries. When I...

#45 already fixed a partial Python 3 issues, but to support Python 3 fully, we have to: - Fix code where the tests are failed on Python 3 - Update...

enhancement

Fix for issue #52 The modified regex will populate schema names in the autocomplete list without enclosing in double quotes.

Should the list of keywords be pulled from the database rather than maintaining a static list? `select keyword from v_catalog.keywords order by 1;` I wasn't sure if this was a...

If I attempt to query a schema that is in the format NAME_ID the autocompletion returns the schema name in double quotes, but then fails to return any additional suggestions....

Auto-completion for file path in the COPY statement: ``` sql COPY table FROM LOCAL '/path/to/file.csv' ```

enhancement