avneeshn
avneeshn
## Background Hello We are trying to build an SQL editor client for our users in the form of a JupyterLab extension. We are using `jupyterlab-lsp` to provide editing capabilities...
Hi I am using jupyterlab-lsp as a dependency in my extension. I want to change the default behaviour of following user settings (under `completion.jupyterlab-settings`) when the user installs my extension....
Currently, to set `autocommit` to `True`, we have to explicitly run: ``` connection.autocommit = True ``` Is there a way to pass `autocommit` as a property to the connector constructor?...
Column autocompletion doesn't show any suggestions if table/database/catalog names contain the following characters: hyphen - double quote " single quote type 1 ' single quote type 2 ` Is there...
Hi Currently, for the `json adapter` approach for autocompletion, I wanted to know how can it be made to work for multiple connections? I am currently implementing my own magic...
I see that the library doesn't work with local installation using `npm i`. Is there a way we can achieve this?
Hi Is there any support for autcompletion for lower case SQL keywords? Currently I am only able to use autocomplete feature with uppercase SQL keywords
Hello Running into the following error when running `jupyter lab`. Also, had run `pip install bokeh` before this. ``` [W 2024-01-07 19:06:55.006 ServerApp] Failed to load language server spec finder...
HI Is there a feature to configure autocompletion for lower case SQL keywords too? I currently see it only for upper case SQL keywords