Skip to content

Commit

Permalink
Add known limitations sections in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smaspe committed Oct 2, 2020
1 parent 07a5537 commit 368fdd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ vsce package

Output is a `.vsix` file that can be installed in VS code.

## Known limitations

- This driver only sends one query at a time, including queries used for the auto-complete feature.
- Queries cannot be canceled once started. There is however a configurable query timeout in the connection settings.
- There is no auto-complete support for schemas.
- The support for sending multiple queries at once (separated by `;`) is experimental.

## References
- Creating a new SQLTools driver: https://vscode-sqltools.mteixeira.dev/contributing/support-new-drivers
- Exasol WebSocket API and Javascript implementation: https://github.com/exasol/websocket-api
Expand Down

0 comments on commit 368fdd3

Please sign in to comment.